1 Star 0 Fork 28

李阿东/fast-mobile-app

forked from 宇泰/fast-mobile-app 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.js 939 Bytes
一键复制 编辑 原始数据 按行查看 历史
宇泰 提交于 2021-08-18 21:03 . 优化
import './bootstrap';
import Vue from 'vue';
import App from './App';
// 组件区
import Loading from '@/components/custom-loading/custom-loading';
import Hint from '@/components/custom-hint/custom-hint';
import Empty from '@/components/custom-empty/custom-empty';
import LoadMore from '@/components/load-more.vue';
import PageLoad from '@/components/custom-page-load/custom-page-load';
import MescrollBody from "@/components/mescroll-uni/mescroll-body.vue";
import MescrollUNI from "@/components/mescroll-uni/mescroll-uni.vue";
import cuCustom from '@/common/colorui/components/cu-custom.vue';
Vue.component('Empty', Empty);
Vue.component('custom-empty', Empty);
Vue.component('LoadMore', LoadMore);
Vue.component('mescroll-body', MescrollBody);
Vue.component('mescroll-uni', MescrollUNI);
Vue.component('cu-custom', cuCustom);
Vue.config.productionTip = false;
App.mpType = 'app';
const app = new Vue({
...App
});
app.$mount();
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/LJD_java/fast-mobile-app.git
git@gitee.com:LJD_java/fast-mobile-app.git
LJD_java
fast-mobile-app
fast-mobile-app
uniapp-1.1

搜索帮助