mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
8 lines
99 B
Vue
8 lines
99 B
Vue
<script setup lang="ts"></script>
|
|
|
|
<template>
|
|
<RouterView />
|
|
</template>
|
|
|
|
<style scoped></style>
|