pdb
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
import { defineComponent } from 'vue'
|
import { defineComponent } from 'vue'
|
||||||
|
|
||||||
|
import { ProductsList } from '@src/views/ecommerce'
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
name: 'CECommerce',
|
name: 'CECommerce',
|
||||||
|
components: { ProductsList },
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user