11 Star 29 Fork 14

zzx / health_assistant

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 249 Bytes
一键复制 编辑 原始数据 按行查看 历史
zzx 提交于 2020-02-22 12:16 . 增加element-ui样式,待调试
import Vue from 'vue'
import App from './App'
import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
Vue.config.productionTip = false
Vue.use(ElementUI)
App.mpType = 'app'
const app = new Vue({
...App
})
app.$mount()
JavaScript
1
https://gitee.com/zzxnj/health_assistant.git
git@gitee.com:zzxnj/health_assistant.git
zzxnj
health_assistant
health_assistant
master

搜索帮助