Showing
1 changed file
with
1 additions
and
1 deletions
@@ -17,7 +17,7 @@ new Vue({ | @@ -17,7 +17,7 @@ new Vue({ | ||
17 | return { | 17 | return { |
18 | page: 'brand', | 18 | page: 'brand', |
19 | contentCode: contentCode.brand[qs.brand || 'men'] | 19 | contentCode: contentCode.brand[qs.brand || 'men'] |
20 | - } | 20 | + }; |
21 | }, | 21 | }, |
22 | components: { | 22 | components: { |
23 | brandBox | 23 | brandBox |
-
Please register or login to post a comment