Skip to content

Commit 1c50e4e

Browse files
committed
chore(vuetify): removed v-text
1 parent d1b3ee5 commit 1c50e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/vuetify/components/Example.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
:key="item"
4343
>
4444
<v-card flat>
45-
<v-card-text v-text="text" />
45+
<v-card-text>{{ text }}</v-card-text>
4646
</v-card>
4747
</v-tab-item>
4848
</v-tabs-items>

0 commit comments

Comments
 (0)