1 Star 1 Fork 0

Hongshaoli / uniapp-cli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 519 Bytes
一键复制 编辑 原始数据 按行查看 历史
hsl947 提交于 2020-08-31 22:33 . add tabbar
import Vue from 'vue'
import App from './App'
// 全局注册 vuex,用于通信/传递数据
import store from './store'
Vue.prototype.$store = store
// 全局注册 storage,用于本地存储
import storage from './utils/storage'
Vue.prototype.$storage = storage
// 全局注册 request,用于请求接口
import request from './utils/request'
Vue.prototype.$request = request
Vue.config.productionTip = false
App.mpType = 'app'
const app = new Vue({
store,
...App
})
app.$mount()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hsl947/uniapp-cli.git
git@gitee.com:hsl947/uniapp-cli.git
hsl947
uniapp-cli
uniapp-cli
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891