1 Star 0 Fork 10

武夷山信息/dragUI

forked from acqui-Zhang/dragUI 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.js 307 Bytes
一键复制 编辑 原始数据 按行查看 历史
acqui-Zhang 提交于 2021-08-18 15:44 . 1.下载项目
import Vue from 'vue'
import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
import App from './App'
import store from './store'
Vue.config.productionTip = false
Vue.use(ElementUI)
App.mpType = 'app'
Vue.prototype.$store = store
const app = new Vue({
...App
})
app.$mount()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wuyishan-information/drag-ui.git
git@gitee.com:wuyishan-information/drag-ui.git
wuyishan-information
drag-ui
dragUI
master

搜索帮助