iview 报错内容:
Uncaught TypeError: Failed to execute 'removeChild' on 'Node': parameter 1 is not of type 'Node'. at eval (iview.js?0536:31530)
错误截图
iview 报错内容:
Uncaught TypeError: Failed to execute 'removeChild' on 'Node': parameter 1 is not of type 'Node'. at eval (iview.js?0536:31530)
错误截图
原因:
node_modules > iview > src > components > spin.js
remove (cb) {
但是因为这个是源码,所以还同时需要修改打包后的文件:node_modules > iview > dist > iview.js