2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

docs: remove reference to @change event (#1521)

Closes #1115
This commit is contained in:
Jeff Sagal
2021-10-17 13:44:49 -07:00
committed by GitHub
parent 3cf41402ef
commit 44e1eec53d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -598,7 +598,7 @@ uid: {
Contains the currently selected value. Very similar to a
`value` attribute on an `<input>`. You can listen for changes
using 'change' event using v-on.
using the 'input' event.
```js
value: {
+1 -1
View File
@@ -158,7 +158,7 @@ export default {
/**
* Contains the currently selected value. Very similar to a
* `value` attribute on an <input>. You can listen for changes
* using 'change' event using v-on
* with the 'input' event.
* @type {Object||String||null}
*/
// eslint-disable-next-line vue/require-default-prop,vue/require-prop-types