Files
SmartisanNote.Remake/src/App.vue
User fb437f2c0e 新增 设置块组件;
新增 开关按钮组件;
调整了若干样式;
2025-10-13 14:37:11 +08:00

8 lines
94 B
Vue

<template>
<router-view />
</template>
<script setup>
import '@/common/base.css'
</script>