1 Star 0 Fork 29

花裤熊二 / fast-mobile-app

forked from 宇泰 / fast-mobile-app 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 525 Bytes
一键复制 编辑 原始数据 按行查看 历史
宇泰 提交于 2022-02-25 00:10 . 优化升级
import './bootstrap';
import Vue from 'vue';
import App from './App';
// 组件区
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('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();
JavaScript
1
https://gitee.com/xiehai001/fast-mobile-app.git
git@gitee.com:xiehai001/fast-mobile-app.git
xiehai001
fast-mobile-app
fast-mobile-app
uniapp-1.1

搜索帮助

53164aa7 5694891 3bd8fe86 5694891