1 Star 0 Fork 28

hyy/weapp-template

forked from 宇泰/fast-mobile-app 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.js 522 Bytes
一键复制 编辑 原始数据 按行查看 历史
宇泰 提交于 2020-10-17 17:47 . 优化调整
import Vue from 'vue';
import App from './App';
import './bootstrap';
import "./plugins";
// 组件区
import Loading from '@/components/loading';
import Hint from '@/components/hint';
import Empty from '@/components/empty.vue';
import LoadMore from '@/components/load-more.vue';
Vue.component('Hint', Hint);
Vue.component('XLoading', Loading);
Vue.component('Empty', Empty);
Vue.component('LoadMore', LoadMore);
Vue.config.productionTip = false;
App.mpType = 'app';
const app = new Vue({
...App
});
app.$mount();
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/heyuyou/weapp-template.git
git@gitee.com:heyuyou/weapp-template.git
heyuyou
weapp-template
weapp-template
uniapp

搜索帮助