view Table组件报错 You may have an infinite update loop in watcher with expression "columns"

原因<Table> 中直接引用了store(vuex)映射过来的数据,而Table组件有BUG没有做深考备,并且还修改columns属性,而页面组件中也对store中的state做了watch并在变化时更新store,这样就循环了。

posted @ 2022-01-05 10:03  johnjackson  阅读(2485)  评论(0编辑  收藏  举报