add a dialog to fixed $Modal can not use temporarily

add a dialog to fixed $Modal can not use temporarily
This commit is contained in:
梁灏 2016-11-15 09:42:02 +08:00
parent eaaea36a03
commit c571d9ec2b
8 changed files with 489 additions and 127 deletions

View file

@ -8,6 +8,7 @@ import Card from './components/card';
import Checkbox from './components/checkbox';
import Circle from './components/circle';
import Collapse from './components/collapse';
import Dialog from './components/dialog';
import Icon from './components/icon';
import Input from './components/input';
import InputNumber from './components/input-number';
@ -79,7 +80,7 @@ const install = function (Vue) {
Vue.prototype.$Loading = LoadingBar;
Vue.prototype.$Message = Message;
Vue.prototype.$Modal = Modal;
Vue.prototype.$Modal = Dialog;
Vue.prototype.$Notice = Notice;
};