2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +03:00

feat: Vue 3 Support (#1344)

BREAKING CHANGE: drop vue 2 support
This commit is contained in:
Jeff Sagal
2021-10-19 18:53:22 -07:00
committed by GitHub
parent e8d7abbf33
commit 06177a4d24
29 changed files with 774 additions and 561 deletions
+1 -1
View File
@@ -25,6 +25,6 @@ describe('CreateOption When Tagging Is Enabled', () => {
await selectTag(Select, 'two')
expect(Select.emitted('input')[0]).toEqual([{ name: 'two' }])
expect(Select.emitted('update:modelValue')[0]).toEqual([{ name: 'two' }])
})
})