Vue+iview报TypeError: this.$parent.updateGutter is not a function
今天对之前写的代码拆分了下component,然后就遇到TypeError:this.$parent.updateGutter is not a function仔细调了下,发现这里面循环多少个就出现多少次错误,然后想到parent,就找到问题了,外层少了row。应该是col元素必须在row元素内
·
今天对之前写的代码拆分了下component,然后就遇到
TypeError: this.$parent.updateGutter is not a function
仔细调了下,发现<Col span="6" v-for="item in zones" :key="item">这里面循环多少个就出现多少次错误,然后想到parent,就找到问题了,外层少了row。应该是col元素必须在row元素内
更多推荐
已为社区贡献21条内容
所有评论(0)