1 Star 1 Fork 3

coyeking/CocosCreatorInspector

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.js 483 Bytes
一键复制 编辑 原始数据 按行查看 历史
coyeking 提交于 2024-05-14 02:08 . 1
import App from './App'
import Vue from 'vue'
import './uni.promisify.adaptor'
Vue.config.productionTip = false
// 引入elementUI开发
import ElementUI from 'element-ui';
import 'element-ui/lib/theme-chalk/index.css';
Vue.use(ElementUI);
// 引入全局
import store from '@/store';
Vue.prototype.$store = store;
App.mpType = 'app'
// 混入方法
let vuexmixin = require('@/store/mixin.js');
Vue.mixin(vuexmixin);
const app = new Vue({
...App,
store
})
app.$mount()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/coyeking/cocos-creator-inspector.git
git@gitee.com:coyeking/cocos-creator-inspector.git
coyeking
cocos-creator-inspector
CocosCreatorInspector
cocos-creator-inspector-light

搜索帮助