2 Star 5 Fork 9

tbosoft / wechatAppVideo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 310 Bytes
一键复制 编辑 原始数据 按行查看 历史
gaotianpeng 提交于 2020-05-25 14:36 . init
import Vue from 'vue'
import App from './App'
import store from './store'
import { api,util } from '@/comps/base/index.js'
Vue.config.productionTip = false
App.mpType = 'app'
Vue.prototype.$store = store;
util.init();
// Vue.prototype.$cloud = api.init();
const app = new Vue({
...App
})
app.$mount()
JavaScript
1
https://gitee.com/tbosoft/wechatAppVideo.git
git@gitee.com:tbosoft/wechatAppVideo.git
tbosoft
wechatAppVideo
wechatAppVideo
master

搜索帮助