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:
@@ -154,6 +154,10 @@ export default {
|
|||||||
|
|
||||||
mixins: [pointerScroll, typeAheadPointer, ajax],
|
mixins: [pointerScroll, typeAheadPointer, ajax],
|
||||||
|
|
||||||
|
compatConfig: {
|
||||||
|
MODE: 3,
|
||||||
|
},
|
||||||
|
|
||||||
emits: [
|
emits: [
|
||||||
'open',
|
'open',
|
||||||
'close',
|
'close',
|
||||||
|
|||||||
Reference in New Issue
Block a user