1 Star 0 Fork 150

BulusDuan / uni-nvue-chat

forked from wzJun1 / uni-nvue-chat 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 305 Bytes
一键复制 编辑 原始数据 按行查看 历史
wzJun1 提交于 2020-09-11 15:38 . 初步支持H5,优化小程序使用
import Vue from 'vue'
import App from './App'
import store from './store';
Vue.config.productionTip = false
Vue.prototype.$store = store
App.mpType = 'app'
// import vConsole from './common/vconsole.min.js';
// var VConsole = new vConsole();
const app = new Vue({
store,
...App
})
app.$mount()
JavaScript
1
https://gitee.com/cate1206Admin/uni-nvue-chat.git
git@gitee.com:cate1206Admin/uni-nvue-chat.git
cate1206Admin
uni-nvue-chat
uni-nvue-chat
master

搜索帮助