mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
feat(achievements): 新建成就页面
This commit is contained in:
13
src/pages/Achievements.vue
Normal file
13
src/pages/Achievements.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<h1>成就</h1>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent } from "vue";
|
||||
|
||||
export default defineComponent({
|
||||
name: "Achievements",
|
||||
});
|
||||
</script>
|
||||
|
||||
<style lang="css"></style>
|
||||
Reference in New Issue
Block a user