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> </template>
<script> <script>
export default { export default {
name: 'Dialog', name: 'VueJsDialog',
props: { props: {
width: { width: {
type: [Number, String], type: [Number, String],