I dont even know
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
<script setup>
|
||||
|
||||
|
||||
import card from '../cards/Card.vue';
|
||||
</script>
|
||||
|
||||
<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>
|
||||
Reference in New Issue
Block a user