Skip to content

Commit 71c5774

Browse files
authored
Merge pull request #56 from GrabarzUndPartner/renovate/eslint-plugin-vue-9.x
chore(deps): update devdependency eslint-plugin-vue to v9
2 parents f11d2df + 87c6474 commit 71c5774

File tree

3 files changed

+2082
-2528
lines changed

3 files changed

+2082
-2528
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)