Merge pull request #180 from smelyakov/issue-149

Change Dialog component name to VueJsDialog to prevent warning message
This commit is contained in:
Yev Vlasenko
2018-02-21 09:16:50 +00:00
committed by GitHub

View File

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