1首先在文件main.js中,引用改一下,如下:
import iView from '../node_modules/iview/src/index'
2在上面路径下的index文件中修改最后一行代码,如下:
// module.exports.default = module.exports = API; // eslint-disable-line no-undef
export default API;

 

参考文档

https://juejin.im/post/5b2257e4518825748a579dad

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-10
猜你喜欢
  • 2021-12-06
  • 2022-12-23
  • 2021-11-07
  • 2022-12-23
  • 2021-06-19
  • 2021-08-24
相关资源
相似解决方案