[go: up one dir, main page]

Skip to content

Commit

Permalink
wecome -> welcome
Browse files Browse the repository at this point in the history
  • Loading branch information
SpenserCai committed Nov 3, 2023
1 parent 928cd09 commit 2e1d86b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @Date: 2023-10-01 10:22:20
* @version:
* @LastEditors: SpenserCai
* @LastEditTime: 2023-10-11 21:42:40
* @LastEditTime: 2023-11-03 13:21:33
* @Description: file content
*/
import { createRouter,createWebHashHistory } from 'vue-router'
Expand All @@ -13,7 +13,7 @@ import Home from '@/views/HomeView.vue'
const routes = [
{
meta: {
title: 'Wecome'
title: 'Welcome'
},
path: '/',
name: 'first',
Expand Down

0 comments on commit 2e1d86b

Please sign in to comment.