mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-28 14:52:58 +00:00
10 lines
101 B
Vue
10 lines
101 B
Vue
<script setup lang="ts"></script>
|
|
|
|
<template>
|
|
<RouterView />
|
|
</template>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|