...
|
...
|
@@ -38,6 +38,7 @@ |
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
import LayoutApp from '../../components/layout/layout-app';
|
|
|
import ModalPrice from './components/modal-price';
|
|
|
import ModalUnstock from './components/modal-unstock';
|
|
|
import ImgSize from 'components/img-size';
|
...
|
...
|
@@ -191,7 +192,7 @@ export default { |
|
|
this.slideSkc = {};
|
|
|
}
|
|
|
},
|
|
|
components: {Button, ScrollView, ProductList, ImgSize, ModalPrice, ModalUnstock}
|
|
|
components: {LayoutApp, Button, ScrollView, ProductList, ImgSize, ModalPrice, ModalUnstock}
|
|
|
};
|
|
|
</script>
|
|
|
|
...
|
...
|
|