Explorar el Código

fix: fix Warning: No match found for location with path "/logs"

AprildreamMI hace 2 años
padre
commit
16a2debf7f
Se han modificado 1 ficheros con 1 adiciones y 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,
   },
   {