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