I dont even know
This commit is contained in:
@@ -1,9 +1,12 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
|
import card from '../cards/Card.vue';
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<h1>Here is a child component!</h1>
|
<h1>Forms</h1>
|
||||||
|
<!-- wrapper for button paner -->
|
||||||
|
<div class=" w-full h-full p-10">
|
||||||
|
|
||||||
|
<card></card>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
Reference in New Issue
Block a user