Committed by
lea guo
fix category
Showing
1 changed file
with
2 additions
and
0 deletions
@@ -50,6 +50,7 @@ | @@ -50,6 +50,7 @@ | ||
50 | </LayoutApp> | 50 | </LayoutApp> |
51 | </template> | 51 | </template> |
52 | <script> | 52 | <script> |
53 | +import { Scroll } from 'cube-ui'; | ||
53 | import { createNamespacedHelpers } from 'vuex'; | 54 | import { createNamespacedHelpers } from 'vuex'; |
54 | import Vue from 'vue'; | 55 | import Vue from 'vue'; |
55 | 56 | ||
@@ -61,6 +62,7 @@ export default { | @@ -61,6 +62,7 @@ export default { | ||
61 | name: 'category', | 62 | name: 'category', |
62 | props: ['hideHeader'], | 63 | props: ['hideHeader'], |
63 | components: { | 64 | components: { |
65 | + Scroll, | ||
64 | ImgSize, | 66 | ImgSize, |
65 | CategoryTitle | 67 | CategoryTitle |
66 | }, | 68 | }, |
-
Please register or login to post a comment