Showing
1 changed file
with
3 additions
and
3 deletions
@@ -183,9 +183,9 @@ | @@ -183,9 +183,9 @@ | ||
183 | 183 | ||
184 | module.exports = { | 184 | module.exports = { |
185 | components: { | 185 | components: { |
186 | - 'content-block': require('./content-block.vue'), | ||
187 | - 'product-list': require('component/product/list.vue'), | ||
188 | - 'top-nav': require('./top-nav.vue') | 186 | + contentBlock: require('./content-block.vue'), |
187 | + productList: require('component/product/list.vue'), | ||
188 | + topNav: require('./top-nav.vue') | ||
189 | }, | 189 | }, |
190 | data() { | 190 | data() { |
191 | return { | 191 | return { |
-
Please register or login to post a comment