mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
fix(sidebar): 侧边栏添加 News,暂且就这些吧
This commit is contained in:
13
src/pages/News.vue
Normal file
13
src/pages/News.vue
Normal 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>
|
||||
Reference in New Issue
Block a user