File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ coverage
1515* .local
1616out
1717.env
18- auto-imports.d.ts
19- components.d.ts
2018
2119# Editor directories and files
2220.vscode /*
Original file line number Diff line number Diff line change 113113 "vite-plugin-wasm" : " ^3.5.0" ,
114114 "vue" : " ^3.5.25" ,
115115 "vue-router" : " ^4.6.3" ,
116- "vue-tsc" : " ^3.1.6 "
116+ "vue-tsc" : " 2.2.12 "
117117 },
118118 "pnpm" : {
119119 "overrides" : {
Original file line number Diff line number Diff line change 2121 <n-flex class =" left" align =" flex-end" >
2222 <n-button
2323 :focusable =" false"
24- :disabled =" !currentListData.length || currentTab !== 'download-downloaded'"
24+ :disabled =" currentTab !== 'download-downloaded'"
2525 type =" primary"
2626 strong
2727 secondary
3636 <n-button
3737 :focusable =" false"
3838 :disabled ="
39- currentTab === 'download-downloaded'
40- ? false
41- : dataStore.downloadingSongs.length === 0
39+ currentTab === 'download-downloaded' ? false : dataStore.downloadingSongs.length === 0
4240 "
4341 :loading =" loading"
4442 class =" more"
@@ -85,8 +83,8 @@ import { usePlayer } from "@/utils/player";
8583import type { MessageReactive } from " naive-ui" ;
8684import DownloadManager from " @/utils/downloadManager" ;
8785
88- const router = useRouter ();
8986const route = useRoute ();
87+ const router = useRouter ();
9088const settingStore = useSettingStore ();
9189const dataStore = useDataStore ();
9290const player = usePlayer ();
You can’t perform that action at this time.
0 commit comments