Skip to content

Commit 07a96dc

Browse files
committed
vue-vanilla: Show required asterisk in example app
The vue vanilla example app globally disabled showing the required asterisk. This makes it impossible to observe the asterisk's behavior in the example app.
1 parent 2e1854d commit 07a96dc

File tree

1 file changed

+0
-3
lines changed
  • packages/vue-vanilla/dev/components

1 file changed

+0
-3
lines changed

packages/vue-vanilla/dev/components/App.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ export default defineComponent({
3434
renderers: Object.freeze(vanillaRenderers),
3535
currentExampleName: examples[0].name,
3636
examples,
37-
config: {
38-
hideRequiredAsterisk: true,
39-
},
4037
i18n,
4138
additionalErrors,
4239
};

0 commit comments

Comments
 (0)