fix(sidebar): 侧边栏添加 News,暂且就这些吧

This commit is contained in:
BTMuli
2023-03-05 17:38:56 +08:00
parent 2383dc7d51
commit 1306c6fd4e
5 changed files with 43 additions and 19 deletions

13
src/pages/News.vue Normal file
View File

@@ -0,0 +1,13 @@
<template>
<h1>咨讯</h1>
</template>
<script lang="ts">
import { defineComponent } from "vue";
export default defineComponent({
name: "News",
});
</script>
<style lang="css"></style>