mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 20:18:08 +00:00
feat: remove usage of .sync and define explicitly emits (#10209)
References - https://v3-migration.vuejs.org/breaking-changes/v-model - https://v3-migration.vuejs.org/breaking-changes/v-on-native-modifier-removed.html
This commit is contained in:
@@ -29,6 +29,7 @@ export default {
|
||||
default: false,
|
||||
},
|
||||
},
|
||||
emits: ['blur', 'input', 'setCode'],
|
||||
data() {
|
||||
return {
|
||||
selectedIndex: -1,
|
||||
|
||||
Reference in New Issue
Block a user