- 在 `input` 元素中添加 `focus:outline-none` 样式,去除聚焦时的默认轮廓 - 在 `App.vue` 中为 `Sidebar` 添加外层 `div`,以便更好地控制布局 - 在 `Home.vue` 中调整 `gap` 间距,使页面元素更加整齐 - 在 `Sidebar.vue` 中添加搜索框,并调整布局和样式,提升用户交互体验 |
||
---|---|---|
.vscode | ||
public | ||
src | ||
.gitignore | ||
biome.json | ||
index.html | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.app.json | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |
Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.