1 Star 1 Fork 33

Admin/考试君- App

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.js 356 Bytes
一键复制 编辑 原始数据 按行查看 历史
辣条老板 提交于 2020-11-25 21:26 . remove cu-custom
import Vue from 'vue'
import App from './App'
import store from '@/store'
Vue.config.productionTip = false
App.mpType = 'app'
import uView from './plugins/uview-ui';
Vue.use(uView);
Vue.prototype.$utils = require("@/utils")
Vue.prototype.$api = require("@/api")
Vue.prototype.$store = store
const app = new Vue({
store,
...App
})
app.$mount()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/dai_meng_1_1935639014/ExamKing-app.git
git@gitee.com:dai_meng_1_1935639014/ExamKing-app.git
dai_meng_1_1935639014
ExamKing-app
考试君- App
master

搜索帮助