1.绑定值在data声明一下; 2. 动态数据需要使用this.$set()赋值数据; 3.使用 强制更新 @input=change($event) change(e){ this.$forceUpdate() }