Kaynağa Gözat

move the code to correct place

chenxin0723 1 yıl önce
ebeveyn
işleme
86c400a40d

Dosya farkı çok büyük olduğundan ihmal edildi
+ 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;
 		}
 	},
 

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor