Vue引入ES5的js库
Vue项目有时候需要一些没有使用export的js库,不能通过import * from ./***"引入,那么可以有如下方法如下 1.可以在index.html页面使用script标签引入,当然也 ...
Vue项目有时候需要一些没有使用export的js库,不能通过import * from ./***"引入,那么可以有如下方法如下 1.可以在index.html页面使用script标签引入,当然也 ...