Minor code cleaning

This commit is contained in:
euvl
2017-05-25 12:22:06 +01:00
parent 1c4a6ee69e
commit a12d9aefee
2 changed files with 2 additions and 3 deletions

View File

@@ -215,7 +215,6 @@
}
return Vue.util.extend(data, params || {});
// return event
},
adaptSize () {

View File

@@ -1,6 +1,6 @@
import Modal from './Modal.vue'
const ModalPlugin = {
const Plugin = {
install(Vue, options = {}) {
if (!this.hasOwnProperty("event")) {
this.event = new Vue()
@@ -29,4 +29,4 @@ const ModalPlugin = {
}
}
export default ModalPlugin
export default Plugin