ソースを参照

set the correct value to plaid form

chenxin0723 1 年間 前
コミット
60d9ef1d0b

ファイルの差分が大きいため隠しています
+ 0 - 0
vuetifyx/vuetifyxjs/dist/vuetifyxjs.umd.min.js


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

@@ -132,7 +132,7 @@ export default Vue.extend({
 	},
 
 	mounted() {
-		(this as any).$plaid().fieldValue(this.$props.fieldName, this.$attrs.value);
+		(this as any).$plaid().fieldValue(this.$props.fieldName, this.value);
 	},
 
 	watch: {

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません