mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-17 06:08:42 +00:00
11 lines
149 B
Vue
11 lines
149 B
Vue
<template>
|
|
<div>Edit Me</div>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
definePageMeta({
|
|
layout: 'home',
|
|
});
|
|
</script>
|
|
|
|
<style scoped></style>
|