- 在 `Home.vue` 中调整了网格布局并添加了专辑链接 - 在 `Playing.vue` 中增加了底部播放栏的高度 - 新增 `SearchBar.vue` 组件,用于搜索功能 - 在 `App.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.