viewuiplus.min.js?095e:53 Uncaught DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
at eval (webpack-internal: node_modules/view-ui-plus/dist/viewuiplus.min.js:53:33141)
未能在“Node”上执行“removeChild”:要删除的节点不是此节点的子节点。 removeChild 是删除子节点 。所以调用他的 dom要是 删除节点的 父节点才行 。否则 会报错 。
一般来说是使用不当,插件才会报错