Explorar o código

Merge pull request #1031 from AprildreamMI/dev

fix: fix Warning: No match found for location with path "/logs"
Ahmad Kholid %!s(int64=2) %!d(string=hai) anos
pai
achega
8f19e2fcb5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,
   },
   {