1 Star 0 Fork 1K

hstech-community / HC小区业主版

forked from java110 / HC小区业主版 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 223 Bytes
一键复制 编辑 原始数据 按行查看 历史
java110 提交于 2020-09-07 18:17 . 优化代码
import Vue from 'vue';
import App from './App';
import vc from './core/vcFramework.js'
Vue.config.productionTip = false;
Vue.prototype.vc = vc;
App.mpType = 'app';
const app = new Vue({
...App
});
app.$mount();
微信
1
https://gitee.com/hstech-community/WechatOwnerService.git
git@gitee.com:hstech-community/WechatOwnerService.git
hstech-community
WechatOwnerService
HC小区业主版
master

搜索帮助