vue 引入本地json 文件

用到的vue页面中导入:
import data from ‘@/assets/xxx.json’

直接使用就可以了
console.log(data )

发布了6 篇原创文章 · 获赞 7 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/weixin_43055905/article/details/104637756