138 Star 554 Fork 332

Fexcoin / exchange-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 336 Bytes
一键复制 编辑 原始数据 按行查看 历史
fex 提交于 2020-08-20 00:16 . 修复首页BUG
import Vue from 'vue'
import App from './App'
import empty from "./components/empty.vue"
import store from '@/store'
import uView from "uview-ui";
Vue.use(uView);
Vue.config.productionTip = false
Vue.prototype.$store = store
Vue.component('empty', empty);
App.mpType = 'app'
const app = new Vue({
store,
...App
})
app.$mount()
JavaScript
1
https://gitee.com/koch/exchange-app.git
git@gitee.com:koch/exchange-app.git
koch
exchange-app
exchange-app
master

搜索帮助