From 5b0f171915991553e4b9a1b9f2db15c79f88d8d2 Mon Sep 17 00:00:00 2001 From: Brandon Date: Tue, 20 May 2025 23:17:55 -0400 Subject: [PATCH] Patch for URL --- package.json | 1 + src/App.vue | 6 +---- src/components/DownloadList.vue | 41 +++++++++++++++++++++++---------- src/main.ts | 3 +++ src/router/index.ts | 17 ++++++++++++++ tsconfig.tsbuildinfo | 2 +- 6 files changed, 52 insertions(+), 18 deletions(-) create mode 100644 src/router/index.ts diff --git a/package.json b/package.json index edf5ef7..98db269 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "path": "^0.12.7", "url": "^0.11.4", "vue": "^3.5.13", + "vue-router": "^4.5.1", "vuetify": "^3.8.0-beta.0" }, "devDependencies": { diff --git a/src/App.vue b/src/App.vue index 7d92469..518be91 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,11 +1,7 @@ - - diff --git a/src/components/DownloadList.vue b/src/components/DownloadList.vue index 5c6200a..b3b5d41 100644 --- a/src/components/DownloadList.vue +++ b/src/components/DownloadList.vue @@ -47,12 +47,17 @@ mdi-folder-outline - {{ item.name }} + + {{ item.name }} + mdi-file-outline @@ -86,8 +91,6 @@