Skip to content

Commit 04ef54c

Browse files
committed
Update commite
1 parent ce49dfe commit 04ef54c

File tree

5 files changed

+1150
-124
lines changed

5 files changed

+1150
-124
lines changed

src/router/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
// src/router/index.js
22
import { createRouter, createWebHistory } from 'vue-router'
33
import Home from '../views/Home.vue'
4-
// import About from '../views/About.vue'
54

65
const routes = [
76
{ path: '/', component: Home },
87
{ path: '/number-theory', component: () => import('../views/NumberTheory.vue') },
8+
// { path: '/cryptography', component: () => import('../views/Cryptography.vue') },
9+
// { path: '/demos', component: () => import('../views/Demo.vue') },
910
// { path: '/about', component: About }
1011
]
1112

0 commit comments

Comments
 (0)