1 Star 0 Fork 71

gtb2zy / 健康打卡2020 - 员工疫情筛查工具

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 316 Bytes
一键复制 编辑 原始数据 按行查看 历史
549895427@qq.com 提交于 2020-02-16 00:11 . 去掉vue-json插件
import Vue from 'vue'
import App from './App'
import pageHead from './components/page-head.vue'
import store from './store'
Vue.config.productionTip = false
Vue.prototype.$store = store
App.mpType = 'app'
Vue.component('page-head', pageHead)
const app = new Vue({
store,
...App
})
app.$mount()
1
https://gitee.com/gtb2zy/hvl.git
git@gitee.com:gtb2zy/hvl.git
gtb2zy
hvl
健康打卡2020 - 员工疫情筛查工具
master

搜索帮助