mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-02 23:19:57 +00:00
10 lines
111 B
Vue
10 lines
111 B
Vue
<script setup lang="ts">
|
|
definePageMeta({
|
|
middleware: 'auth',
|
|
})
|
|
</script>
|
|
|
|
<template>
|
|
<div />
|
|
</template>
|