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

Commit69fe8f1

Browse files
init the page of get started
1 parent8880d06 commit69fe8f1

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

‎src/router.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import Router from 'vue-router'
33
importFramefrom'./views/Frame.vue'
44
importComponentsfrom'./views/Components.vue'
55
importComponentContentfrom'./components/ComponentContent.vue'
6+
importGetStartedfrom'./views/GetStarted.vue'
67

78
Vue.use(Router)
89

@@ -16,7 +17,7 @@ export default new Router({
1617
children:[
1718
{
1819
path:'component',
19-
name:'components',
20+
name:'component',
2021
component:Components,
2122
children:[
2223
{
@@ -26,6 +27,11 @@ export default new Router({
2627
},
2728
],
2829
},
30+
{
31+
path:'getStarted',
32+
name:'getStarted',
33+
component:GetStarted,
34+
},
2935
],
3036
},
3137
{

‎src/views/GetStarted.vue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
<template>
2-
2+
<div>get Started</div>
33
</template>
4+
5+
<script>
6+
exportdefault {
7+
name:'getStarted',
8+
}
9+
</script>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp