Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit07d8b6d

Browse files
add the default page and change the name of site
1 parent681e37f commit07d8b6d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

‎public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<metahttp-equiv="X-UA-Compatible"content="IE=edge">
66
<metaname="viewport"content="width=device-width,initial-scale=1.0">
77
<linkrel="icon"href="<%= BASE_URL %>favicon.ico">
8-
<title>carvuejs-website</title>
8+
<title>CarvueJS</title>
99
</head>
1010
<body>
1111
<noscript>

‎src/router.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@ export default new Router({
1212
name:'home',
1313
component:Content,
1414
},
15+
{
16+
path:'*',
17+
redirect:'/component/Accordion',
18+
},
1519
],
1620
})

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp