Skip to content

Commit 91961c0

Browse files
update
1 parent 4fca789 commit 91961c0

3 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/components/Setting/LocalSetting.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@
213213
</template>
214214

215215
<script setup lang="ts">
216-
import { computed } from "vue";
217216
import { useSettingStore } from "@/stores";
218217
import { changeLocalLyricPath, changeLocalMusicPath } from "@/utils/helper";
219218
import { songLevelData, getSongLevelsData } from "@/utils/meta";

src/views/Download/downloading.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@
110110
</template>
111111

112112
<script setup lang="ts">
113-
import { computed } from "vue";
114113
import { useDataStore } from "@/stores";
115114
import DownloadManager from "@/utils/downloadManager";
116115

src/views/Download/layout.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,7 @@
7878
</template>
7979

8080
<script setup lang="ts">
81-
import { useRouter, useRoute } from "vue-router";
8281
import { useSettingStore, useDataStore } from "@/stores";
83-
import { ref, watch, onMounted, onActivated, computed } from "vue";
8482
import type { SongType } from "@/types/main";
8583
import { formatSongsList } from "@/utils/format";
8684
import { usePlayer } from "@/utils/player";

0 commit comments

Comments
 (0)