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'
export default {
name: 'Modal',
name: 'VueJsModal',
props: {
name: {
required: true,

View File

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

View File

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