|
@@ -27,7 +27,7 @@ export default defineComponent({
|
|
|
const sheetRows = ref([])
|
|
|
const tagVisibility = ref(false)
|
|
|
const words = useLocalStorage<string[]>('music-search', [])
|
|
|
- const activeTab = ref('album')
|
|
|
+ const activeTab = ref('songe')
|
|
|
const FetchList = async () => {
|
|
|
// loading.value = true
|
|
|
// try {
|
|
@@ -98,8 +98,8 @@ export default defineComponent({
|
|
|
v-model:active={activeTab.value}
|
|
|
onChange={val => (activeTab.value = val)}
|
|
|
>
|
|
|
- <Tab title="专辑" name="album"></Tab>
|
|
|
<Tab title="单曲" name="songe"></Tab>
|
|
|
+ <Tab title="专辑" name="album"></Tab>
|
|
|
</Tabs>
|
|
|
</Sticky>
|
|
|
{words.value.length > 0 && (
|