We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
model-value
v-model
1 parent dabc4f8 commit a9c121aCopy full SHA for a9c121a
docs/content/docs/2.components/locale-select.md
@@ -72,7 +72,7 @@ const { locale, setLocale } = useI18n()
72
73
<template>
74
<ULocaleSelect
75
- v-model="locale"
+ :model-value="locale"
76
:locales="Object.values(locales)"
77
@update:model-value="setLocale($event)"
78
/>
@@ -95,7 +95,7 @@ const { locale, setLocale } = useI18n()
95
96
97
98
99
100
101
0 commit comments