Vue 解决 static 静态资源 js文件json格式 读取

第一步:static 创建文件目录 存放静态资源文件

Vue 解决 static 静态资源 js文件json格式 读取

文件包含内容 json格式(window,提供外部调用)

Vue 解决 static 静态资源 js文件json格式 读取

第二步:在src下 main.js 中引入

Vue 解决 static 静态资源 js文件json格式 读取

第三步: 在根目录index.html 中引入

Vue 解决 static 静态资源 js文件json格式 读取

第四步:在src pages 任意.vue直接调用 (到此OK)

Vue 解决 static 静态资源 js文件json格式 读取