Refactoring code module 03_logs
This commit is contained in:
parent
c11ff006eb
commit
2e9bbe3dd1
5 changed files with 115 additions and 113 deletions
|
|
@ -1,8 +1,8 @@
|
|||
const ListsPage = () => import("@/modules/03_logs/views/lists.vue");
|
||||
const ListsPage = () => import("@/modules/03_logs/views/mainView.vue");
|
||||
|
||||
export default [
|
||||
{
|
||||
path: "/lists",
|
||||
path: "/logs",
|
||||
name: "viewLogs",
|
||||
component: ListsPage,
|
||||
meta: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue