UnisKB/ui/src/views/theme/index.vue

6 lines
153 B
Vue
Raw Normal View History

2024-07-09 09:50:37 +00:00
<template>
<LayoutContainer header="外观设置"> </LayoutContainer>
</template>
<script setup lang="ts"></script>
<style lang="scss" scoped></style>