2022-09-09 20:41:18 +00:00
|
|
|
<template>
|
2023-08-02 14:03:56 +00:00
|
|
|
<div class="p-4">
|
2023-02-28 08:29:30 +00:00
|
|
|
<h3>Home Component Content</h3>
|
2022-09-09 20:41:18 +00:00
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
2022-12-22 17:14:16 +00:00
|
|
|
export default {};
|
2022-09-09 20:41:18 +00:00
|
|
|
</script>
|