diff --git a/src/scripts/router.ts b/src/scripts/router.ts index 039475a..6c7624c 100644 --- a/src/scripts/router.ts +++ b/src/scripts/router.ts @@ -51,12 +51,6 @@ const routes: Array = [ meta: {title: '我做的', navBookmark: 'Others'}, component: () => import('../views/others/Projects.vue') }, - { - path: '/color', - name: 'ColorPicker', - meta: {title: 'Color Picker'}, - component: () => import('../components/color/ColorPickerTest.vue') - }, ] export const router = createRouter({