当前位置: 代码迷 >> 综合 >> vue动态引入js,路径为变量
  详细解决方案

vue动态引入js,路径为变量

热度:50   发布时间:2023-10-10 19:22:43.0
import(`@/${path}`) // path为变量  
import(`@/${path}`).then(item=>{}); // item为引入js的export

 

  相关解决方案