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.
1 parent de45977 commit d8b6cbaCopy full SHA for d8b6cba
docs/docs/.vuepress/components/PlayGround.vue
@@ -22,10 +22,10 @@
22
<input
23
v-if="updated"
24
class="shadow-sm rounded-md text-base transition-all disabled:cursor-not-allowed disabled:border-gray-300 disabled:text-gray-300 focus:border-primary focus:ring focus:ring-offset-0 focus:ring-primary focus:ring-opacity-50"
25
- v-model="priceDirective"
+ :value="priceDirective"
26
v-number="config"
27
type="text"
28
- @change="onChange"
+ @change="({target})=>priceDirective=target.value"
29
@input="onInput"
30
@focus="onFocus"
31
@blur="onBlur"
0 commit comments