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