mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
init message
This commit is contained in:
@@ -14,13 +14,14 @@ const install = function(Vue) {
|
||||
|
||||
{{install}}
|
||||
|
||||
// Vue.use(Loading);
|
||||
Vue.use(Loading);
|
||||
|
||||
// Vue.prototype.$msgbox = MessageBox;
|
||||
// Vue.prototype.$alert = MessageBox.alert;
|
||||
// Vue.prototype.$confirm = MessageBox.confirm;
|
||||
// Vue.prototype.$prompt = MessageBox.prompt;
|
||||
// Vue.prototype.$notify = Notification;
|
||||
Vue.prototype.$msgbox = MessageBox;
|
||||
Vue.prototype.$alert = MessageBox.alert;
|
||||
Vue.prototype.$confirm = MessageBox.confirm;
|
||||
Vue.prototype.$prompt = MessageBox.prompt;
|
||||
Vue.prototype.$notify = Notification;
|
||||
Vue.prototype.$message = Message;
|
||||
};
|
||||
|
||||
// auto install
|
||||
|
||||
Reference in New Issue
Block a user