mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
Merge pull request #180 from smelyakov/issue-149
Change Dialog component name to VueJsDialog to prevent warning message
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
name: 'Dialog',
|
name: 'VueJsDialog',
|
||||||
props: {
|
props: {
|
||||||
width: {
|
width: {
|
||||||
type: [Number, String],
|
type: [Number, String],
|
||||||
|
|||||||
Reference in New Issue
Block a user