mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-11-03 20:48:07 +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:
		@@ -38,7 +38,8 @@ export default {
 | 
			
		||||
      default: () => {},
 | 
			
		||||
    },
 | 
			
		||||
  },
 | 
			
		||||
  created() {
 | 
			
		||||
  emits: ['update:modelValue', 'input', 'blur'],
 | 
			
		||||
  mounted() {
 | 
			
		||||
    // eslint-disable-next-line
 | 
			
		||||
    console.warn(
 | 
			
		||||
      '[DEPRECATED] <WootInput> has be deprecated and will be removed soon. Please use v3/components/Form/Input.vue instead'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user