12c0dc46bf
Agent-Logs-Url: https://github.com/hykilpikonna/corner/sessions/5ad4b623-9a6b-480e-80fa-d83eee774f01 Co-authored-by: hykilpikonna <22280294+hykilpikonna@users.noreply.github.com>
8 lines
121 B
Vue
8 lines
121 B
Vue
<template>
|
|
<MenuView />
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
import MenuView from '@/views/others/Menu.vue'
|
|
</script>
|