update menu, tag, button, progress

This commit is contained in:
baiyaaaaa
2016-07-29 16:41:14 +08:00
parent 8de3a3158c
commit 153220215f
10 changed files with 181 additions and 163 deletions

View File

@@ -14,13 +14,13 @@ 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;
};
// auto install