mirror of
https://github.com/Kisechan/Mainpage.git
synced 2025-07-10 07:07:18 +00:00
添加链接视图并更新路由,移除关于视图,集成 GitHub 贡献图
This commit is contained in:
13
src/views/LinksView.vue
Normal file
13
src/views/LinksView.vue
Normal file
@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div class="about-container">
|
||||
<el-main>
|
||||
<p>Links</p>
|
||||
</el-main>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
</style>
|
||||
|
||||
<script setup>
|
||||
</script>
|
Reference in New Issue
Block a user