style:弹框
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -2,7 +2,7 @@ import Vue from 'vue' | ... | @@ -2,7 +2,7 @@ import Vue from 'vue' |
2 | import Popup from './index.vue' | 2 | import Popup from './index.vue' |
3 | 3 | ||
4 | const PopupBox = Vue.extend(Popup) | 4 | const PopupBox = Vue.extend(Popup) |
5 | Popup.install = function (title, editItem, formData, data) { | 5 | Popup.install = function (title, editItem, data, formData) { |
6 | data.title = title | 6 | data.title = title |
7 | data.editItem = editItem | 7 | data.editItem = editItem |
8 | if (formData) { | 8 | if (formData) { | ... | ... |
-
Please register or sign in to post a comment