diff --git a/.gitignore b/.gitignore index 8ee54e8..59859a9 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,7 @@ dist dist-ssr coverage *.local - +test_json /cypress/videos/ /cypress/screenshots/ diff --git a/src/router/index.ts b/src/router/index.ts index 2935882..427ac98 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -11,6 +11,10 @@ const router = createRouter({ path: '/manager/login', component: () => import('../views/Login.vue'), }, + { + path: '/doc', + component: () => import('../views/doc.vue'), + }, { path: '/home', component: () => import('../views/Layout.vue'), diff --git a/src/views/doc.vue b/src/views/doc.vue new file mode 100644 index 0000000..f4d52b4 --- /dev/null +++ b/src/views/doc.vue @@ -0,0 +1,221 @@ + + + + +