initial commit
This commit is contained in:
commit
aa56b724f2
18 changed files with 2718 additions and 0 deletions
8
src/components/Content.vue
Normal file
8
src/components/Content.vue
Normal file
|
@ -0,0 +1,8 @@
|
|||
<script setup>
|
||||
import Card from './Card.vue';
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Card title="My Product" description="My description" />
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue