use custom elements compliant component names

This commit is contained in:
2017-02-14 20:33:23 -07:00
parent 0008b0a1ea
commit b800513800
6 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
import CustomerCard from '../components/CustomerCard.vue';
export default {
name: 'CustomerPage',
name: 'customer-page',
components: {
CustomerCard,
},