Skip to content

Commit

Permalink
vue-vanilla: Show required asterisk in example app
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lucas-koehler committed Feb 12, 2024
1 parent 2e1854d commit 07a96dc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/vue-vanilla/dev/components/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ export default defineComponent({
renderers: Object.freeze(vanillaRenderers),
currentExampleName: examples[0].name,
examples,
config: {
hideRequiredAsterisk: true,
},
i18n,
additionalErrors,
};
Expand Down

0 comments on commit 07a96dc

Please sign in to comment.