Skip to content

Commit 4d6c216

Browse files
陈鑫陈鑫
陈鑫
authored and
陈鑫
committed
修改readme
1 parent 12b3a0a commit 4d6c216

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ TypeScript 具有类型系统,且是 JavaScript 的超集,TypeScript 在 201
66

77
Vue3.0 将使用 TS 重写,重写后的 Vue3.0 将更好的支持 TS。2020 年 TypeScript 将会更加普及,能够熟练掌握 TS,并使用 TS 开发过项目,将更加成为前端开发者的优势。
88

9+
Vue3.0 版本:<a href="https://github.com/sunshine824/vue3.0-typescript-starter">https://github.com/sunshine824/vue3.0-typescript-starter</a>
10+
911
### 目录结构
1012

1113
```bash

src/router/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const router = new VueRouter({
3131
function fnAddDynamicMenuRoutes(
3232
menuList: StoreState.Role[],
3333
routes: RouteConfig[] = []
34-
) {
34+
) {
3535
menuList.forEach((item) => {
3636
if (!item.list) {
3737
routes.push({

0 commit comments

Comments
 (0)