mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
Changed components names to match plugin name
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
import { inRange } from './util'
|
||||
|
||||
export default {
|
||||
name: 'Modal',
|
||||
name: 'VueJsModal',
|
||||
props: {
|
||||
name: {
|
||||
required: true,
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
import { inRange } from './util'
|
||||
|
||||
export default {
|
||||
name: 'Resizer',
|
||||
name: 'VueJsModalResizer',
|
||||
props: {
|
||||
minHeight: {
|
||||
type: Number,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import Modal from './Modal.vue'
|
||||
import Modal from './Modal.vue'
|
||||
|
||||
const ModalPlugin = {
|
||||
install(Vue, options = {}) {
|
||||
|
||||
Reference in New Issue
Block a user