refactor(web): 移除未使用的组件和页面
- 删除了 HelloWorld、TheWelcome、WelcomeItem 组件 - 删除了 IconCommunity、IconDocumentation、IconEcosystem、IconSupport、IconTooling 图标组件 - 删除了 AboutView 页面 - 移除了 HomeView 中的 TheWelcome 组件引用 - 删除了 router 中的 about 路由配置
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
<template>
|
||||
<div class="about">
|
||||
<h1>This is an about page</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
@media (min-width: 1024px) {
|
||||
.about {
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
@@ -1,9 +1,5 @@
|
||||
<script setup>
|
||||
import TheWelcome from '../components/TheWelcome.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<main>
|
||||
<TheWelcome />
|
||||
</main>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user