Change Dialog component name to VueJsDialog to prevent warning message

This commit is contained in:
Alexander Smelyakov
2018-02-21 12:56:34 +06:00
parent 8e0469cafd
commit f59d75fa39

View File

@@ -40,7 +40,7 @@
</template>
<script>
export default {
name: 'Dialog',
name: 'VueJsDialog',
props: {
width: {
type: [Number, String],