Browse Source

Merge pull request #1031 from AprildreamMI/dev

fix: fix Warning: No match found for location with path "/logs"
Ahmad Kholid 2 năm trước cách đây
mục cha
commit
8f19e2fcb5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/newtab/router.js

+ 1 - 1
src/newtab/router.js

@@ -86,7 +86,7 @@ const routes = [
   },
   {
     name: 'logs-details',
-    path: '/logs/:id',
+    path: '/logs/:id?',
     component: LogsDetails,
   },
   {