[Doc] add introduction page (#452)

This commit is contained in:
neverland
2017-12-19 13:08:09 +08:00
committed by GitHub
parent 79a2b13b63
commit 02a8c2a592
13 changed files with 161 additions and 38 deletions

View File

@@ -22,7 +22,7 @@ const registerRoute = (isExample) => {
} else {
route.push({
path: `/${lang}`,
redirect: `/${lang}/component/quickstart`
redirect: `/${lang}/component/intro`
});
}