...
|
...
|
@@ -50,6 +50,7 @@ |
|
|
</LayoutApp>
|
|
|
</template>
|
|
|
<script>
|
|
|
import { Scroll } from 'cube-ui';
|
|
|
import { createNamespacedHelpers } from 'vuex';
|
|
|
import Vue from 'vue';
|
|
|
|
...
|
...
|
@@ -61,6 +62,7 @@ export default { |
|
|
name: 'category',
|
|
|
props: ['hideHeader'],
|
|
|
components: {
|
|
|
Scroll,
|
|
|
ImgSize,
|
|
|
CategoryTitle
|
|
|
},
|
...
|
...
|
|