今天对之前写的代码拆分了下component,然后就遇到

TypeError: this.$parent.updateGutter is not a function

仔细调了下,发现<Col span="6" v-for="item in zones" :key="item">这里面循环多少个就出现多少次错误,然后想到parent,就找到问题了,外层少了row。应该是col元素必须在row元素内

Logo

前往低代码交流专区

更多推荐