mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-26 04:34:04 +03:00
fix: force to run in vue3 mode when using @vue/compat (#1668)
This commit is contained in:
@@ -153,6 +153,10 @@ export default {
|
||||
directives: { appendToBody },
|
||||
|
||||
mixins: [pointerScroll, typeAheadPointer, ajax],
|
||||
|
||||
compatConfig: {
|
||||
MODE: 3,
|
||||
},
|
||||
|
||||
emits: [
|
||||
'open',
|
||||
|
||||
Reference in New Issue
Block a user