3 Star 0 Fork 0

jgjcq123/rrzy_web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.js 686 Bytes
一键复制 编辑 原始数据 按行查看 历史
jgjcq123 提交于 2021-08-19 17:38 . 11
import Vue from 'vue';
import App from './App';
import VueStorage from 'vue-ls';
import * as api from './common/api.js'
Vue.prototype.$api = api
// Api函数polyfill(目前为实验版本,如不需要,可删除!)';
import Polyfill from './polyfill/polyfill';
Polyfill.init();
// 全局mixins,用于实现setData等功能';
import Mixin from './polyfill/mixins';
Vue.mixin(Mixin);
Vue.config.productionTip = false;
App.mpType = 'app';
Vue.use(VueStorage, {
namespace: 'pro__', // key prefix
name: 'ls', // name variable Vue.[ls] or this.[$ls],
storage: 'local' // storage name session, local, memory
})
const app = new Vue({
...App
});
app.$mount();
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aabb223/rrzy_web.git
git@gitee.com:aabb223/rrzy_web.git
aabb223
rrzy_web
rrzy_web
master

搜索帮助