mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
+1
-1
@@ -598,7 +598,7 @@ uid: {
|
|||||||
|
|
||||||
Contains the currently selected value. Very similar to a
|
Contains the currently selected value. Very similar to a
|
||||||
`value` attribute on an `<input>`. You can listen for changes
|
`value` attribute on an `<input>`. You can listen for changes
|
||||||
using 'change' event using v-on.
|
using the 'input' event.
|
||||||
|
|
||||||
```js
|
```js
|
||||||
value: {
|
value: {
|
||||||
|
|||||||
@@ -158,7 +158,7 @@ export default {
|
|||||||
/**
|
/**
|
||||||
* Contains the currently selected value. Very similar to a
|
* Contains the currently selected value. Very similar to a
|
||||||
* `value` attribute on an <input>. You can listen for changes
|
* `value` attribute on an <input>. You can listen for changes
|
||||||
* using 'change' event using v-on
|
* with the 'input' event.
|
||||||
* @type {Object||String||null}
|
* @type {Object||String||null}
|
||||||
*/
|
*/
|
||||||
// eslint-disable-next-line vue/require-default-prop,vue/require-prop-types
|
// eslint-disable-next-line vue/require-default-prop,vue/require-prop-types
|
||||||
|
|||||||
Reference in New Issue
Block a user