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

@@ -29,7 +29,7 @@
import { inRange } from './util' import { inRange } from './util'
export default { export default {
name: 'Modal', name: 'VueJsModal',
props: { props: {
name: { name: {
required: true, required: true,

View File

@@ -5,7 +5,7 @@
import { inRange } from './util' import { inRange } from './util'
export default { export default {
name: 'Resizer', name: 'VueJsModalResizer',
props: { props: {
minHeight: { minHeight: {
type: Number, type: Number,

View File

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