Skip to content

Commit 12d37a6

Browse files
committed
fix(HellWorld): update text alignment class
1 parent 2c43673 commit 12d37a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generator/templates/default/src/components/HelloWorld.js.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<v-container>
33
<v-layout
4-
text-xs-center
4+
text-center
55
wrap
66
>
77
<v-flex xs12>

generator/templates/default/src/components/HelloWorld.ts.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<v-container>
33
<v-layout
4-
text-xs-center
4+
text-center
55
wrap
66
>
77
<v-flex xs12>

0 commit comments

Comments
 (0)