Browse Source

move the code to correct place

chenxin0723 1 year ago
parent
commit
86c400a40d

File diff suppressed because it is too large
+ 0 - 0
vuetifyx/vuetifyxjs/dist/vuetifyxjs.umd.min.js


+ 1 - 1
vuetifyx/vuetifyxjs/src/components/Autocomplete.tsx

@@ -126,8 +126,8 @@ export default Vue.extend({
 			const vals: any[] = [];
 			this.value.forEach((val: any) => {
 				vals.push(val.value);
-				this.value = vals as any;
 			})
+			this.value = vals as any;
 		}
 	},
 

Some files were not shown because too many files changed in this diff