1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

chore: Vue 项目结构优化,移除无用代码

This commit is contained in:
2025-02-22 18:04:53 +08:00
parent d9d4d67523
commit 496124e721
16 changed files with 42 additions and 399 deletions

View File

@@ -0,0 +1,19 @@
<template>
<el-config-provider :button="{ autoInsertSpace: true }" :locale="locale">
<RouterView />
<header>
<div class="wrapper">
<nav>
<!-- <RouterLink to="/">Home</RouterLink> -->
<!-- <RouterLink to="/about">About</RouterLink> -->
</nav>
</div>
</header>
</el-config-provider>
</template>
<script setup lang="ts">
import { RouterLink, RouterView } from 'vue-router'
</script>