2 Star 8 Fork 2

startLine-05/uni-app 仿糗事百科

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.js 315 Bytes
一键复制 编辑 原始数据 按行查看 历史
startLine-05 提交于 2020-03-01 11:35 . project initialized
import Vue from 'vue'
import App from './App'
Vue.config.productionTip = false
// 挂载全局方法
import config from "./common/config.js"
Vue.prototype.config=config
import lib from "./common/lib.js"
Vue.prototype.lib=lib
App.mpType = 'app'
const app = new Vue({
...App,
config,
lib,
})
app.$mount()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/salted_fish_machine_05/uni_app-qiushi.git
git@gitee.com:salted_fish_machine_05/uni_app-qiushi.git
salted_fish_machine_05
uni_app-qiushi
uni-app 仿糗事百科
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385