Skip to content

Commit

Permalink
fix: change arrow func to default
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed May 7, 2020
1 parent bbf34cd commit 6d1625d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/shared/components/ledge-markdown-render/tocify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ export default class Tocify {
return anchor;
}

reset = () => {
reset() {
this.tocItems = [];
this.anchors = [];
};
}
}
3 changes: 2 additions & 1 deletion src/assets/docs/maturities/arch.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
- 组件化设计
- UI 组件化设计
- 文档化
- 微架构基础设施
- 微架构
- 构建小、发布小
- 依赖耦合度
```

Expand Down

0 comments on commit 6d1625d

Please sign in to comment.