Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)