We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b3a0a commit 4d6c216Copy full SHA for 4d6c216
README.md
@@ -6,6 +6,8 @@ TypeScript 具有类型系统,且是 JavaScript 的超集,TypeScript 在 201
6
7
Vue3.0 将使用 TS 重写,重写后的 Vue3.0 将更好的支持 TS。2020 年 TypeScript 将会更加普及,能够熟练掌握 TS,并使用 TS 开发过项目,将更加成为前端开发者的优势。
8
9
+Vue3.0 版本:<a href="https://github.com/sunshine824/vue3.0-typescript-starter">https://github.com/sunshine824/vue3.0-typescript-starter</a>
10
+
11
### 目录结构
12
13
```bash
src/router/index.ts
@@ -31,7 +31,7 @@ const router = new VueRouter({
31
function fnAddDynamicMenuRoutes(
32
menuList: StoreState.Role[],
33
routes: RouteConfig[] = []
34
-) {
+) {
35
menuList.forEach((item) => {
36
if (!item.list) {
37
routes.push({
0 commit comments