2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-19 09:50:33 +03:00

fix: force to run in vue3 mode when using @vue/compat (#1668)

This commit is contained in:
Walter Montes
2022-08-23 01:09:23 +01:00
committed by GitHub
parent 98c278b2bb
commit e1bfaee7c4
+4
View File
@@ -154,6 +154,10 @@ export default {
mixins: [pointerScroll, typeAheadPointer, ajax], mixins: [pointerScroll, typeAheadPointer, ajax],
compatConfig: {
MODE: 3,
},
emits: [ emits: [
'open', 'open',
'close', 'close',