Changed components names to match plugin name

This commit is contained in:
euvl
2017-05-05 18:26:05 +01:00
parent 2428effd8b
commit 962bc13d2c
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import Modal from './Modal.vue'
import Modal from './Modal.vue'
const ModalPlugin = {
install(Vue, options = {}) {