2
0
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:
Walter Montes
2022-08-23 01:09:23 +01:00
committed by GitHub
parent 98c278b2bb
commit e1bfaee7c4
+4
View File
@@ -153,6 +153,10 @@ export default {
directives: { appendToBody },
mixins: [pointerScroll, typeAheadPointer, ajax],
compatConfig: {
MODE: 3,
},
emits: [
'open',