Refactoring code module 03_logs

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-09-09 15:28:53 +07:00
parent c11ff006eb
commit 2e9bbe3dd1
5 changed files with 115 additions and 113 deletions

View file

@ -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: {