1 Star 0 Fork 24

老赵头123/dragUI uni-app可视化拖拽式layout

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
main.js 307 Bytes
Copy Edit Raw Blame History
我只是老男孩 authored 2019-09-23 01:39 . 攻克大部分难点
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/laozhaotou123/dragUI.git
git@gitee.com:laozhaotou123/dragUI.git
laozhaotou123
dragUI
dragUI uni-app可视化拖拽式layout
master

Search