15 lines
198 B
Vue
15 lines
198 B
Vue
|
|
<template>
|
||
|
|
<div>
|
||
|
|
<ProductsList>
|
||
|
|
|
||
|
|
</ProductsList>
|
||
|
|
</div>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<script lang="ts" src="./CECommerce.ts">
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<style lang="scss" scoped>
|
||
|
|
@import './CECommerce.scss';
|
||
|
|
</style>
|