other components... (2)
This commit is contained in:
0
src/components/CECommerce/CECommerce.scss
Executable file
0
src/components/CECommerce/CECommerce.scss
Executable file
5
src/components/CECommerce/CECommerce.ts
Executable file
5
src/components/CECommerce/CECommerce.ts
Executable file
@@ -0,0 +1,5 @@
|
||||
import { defineComponent } from 'vue'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'CECommerce',
|
||||
})
|
||||
14
src/components/CECommerce/CECommerce.vue
Executable file
14
src/components/CECommerce/CECommerce.vue
Executable file
@@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<div>
|
||||
<ProductsList>
|
||||
|
||||
</ProductsList>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" src="./CECommerce.ts">
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import './CECommerce.scss';
|
||||
</style>
|
||||
1
src/components/CECommerce/index.ts
Executable file
1
src/components/CECommerce/index.ts
Executable file
@@ -0,0 +1 @@
|
||||
export {default as CECommerce} from './CECommerce.vue'
|
||||
Reference in New Issue
Block a user