AITools prime cose
This commit is contained in:
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 },
|
||||
})
|
||||
Reference in New Issue
Block a user