mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-18 11:37:31 +08:00
没啥
This commit is contained in:
@@ -1,9 +1,21 @@
|
||||
<template>
|
||||
<div>Home</div>
|
||||
<div class="main-page">
|
||||
<!--音乐搜索框 -->
|
||||
<div class="search-box">
|
||||
<div class="search-box-input">
|
||||
<n-input size="large" round placeholder="搜索歌曲或歌手...">
|
||||
<template #prefix>
|
||||
<i class="iconfont icon-search"></i>
|
||||
</template>
|
||||
</n-input>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
Reference in New Issue
Block a user