1 Star 0 Fork 4

yixuan/在线答题竞赛系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.js 372 Bytes
一键复制 编辑 原始数据 按行查看 历史
Your Name 提交于 2021-07-15 10:48 . 初始化
import Vue from 'vue'
import App from './App'
Vue.config.productionTip = false
import api from './common/api/api.js'
Vue.prototype.$api = api
import uView from 'utils/uview-ui';
let vuexStore = require("@/store/$u.mixin.js");
import store from '@/store';
Vue.mixin(vuexStore);
App.mpType = 'app'
Vue.use(uView);
const app = new Vue({
store,
...App
})
app.$mount()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yi-xuan520/answerContest.git
git@gitee.com:yi-xuan520/answerContest.git
yi-xuan520
answerContest
在线答题竞赛系统
master

搜索帮助