瀏覽代碼

move the code to correct place

chenxin0723 1 年之前
父節點
當前提交
86c400a40d

文件差異過大導致無法顯示
+ 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;
 		}
 	},
 

部分文件因文件數量過多而無法顯示