Skip to content

Commit

Permalink
fix: force to run in vue3 mode when using @vue/compat (#1668)
Browse files Browse the repository at this point in the history
  • Loading branch information
walmon authored Aug 23, 2022
1 parent 98c278b commit e1bfaee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ export default {
directives: { appendToBody },
mixins: [pointerScroll, typeAheadPointer, ajax],
compatConfig: {
MODE: 3,
},
emits: [
'open',
Expand Down

0 comments on commit e1bfaee

Please sign in to comment.