♻️(document): 调整文档结构

This commit is contained in:
就眠儀式
2022-06-25 20:10:12 +08:00
parent d18425cb2a
commit b86b7d308c
166 changed files with 528 additions and 60 deletions

View File

@@ -0,0 +1,10 @@
<template>
<router-view />
</template>
<script lang="ts">
import Vue from "vue";
export default {
name: "App",
};
</script>