Skip to content

Commit f59d75f

Browse files
committed
Change Dialog component name to VueJsDialog to prevent warning message
1 parent 8e0469c commit f59d75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dialog.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</template>
4141
<script>
4242
export default {
43-
name: 'Dialog',
43+
name: 'VueJsDialog',
4444
props: {
4545
width: {
4646
type: [Number, String],

0 commit comments

Comments
 (0)