1
0
Fork 0
mirror of https://github.com/elk-zone/elk.git synced 2025-03-20 23:22:00 +03:00
elk/pages/index.vue

10 lines
111 B
Vue
Raw Normal View History

2022-11-13 13:34:43 +08:00
<script setup lang="ts">
definePageMeta({
middleware: 'auth',
})
2022-11-13 13:34:43 +08:00
</script>
<template>
<div />
2022-11-13 13:34:43 +08:00
</template>