Merge branch 'm_create_vue' of https://github.com/doocs/md into m_create_vue

This commit is contained in:
yanglbme 2020-05-02 16:01:04 +08:00
commit 2d76cae551

View File

@ -35,7 +35,7 @@ Vue.use(Col)
Vue.use(Row) Vue.use(Row)
Vue.use(Dialog) Vue.use(Dialog)
Vue.use(Loading) Vue.use(Loading)
Vue.use(Message) Vue.component(Message.name, Message)
Vue.prototype.$loading = Loading.service Vue.prototype.$loading = Loading.service
Vue.prototype.$message = Message Vue.prototype.$message = Message