Skip to content

Commit

Permalink
fix: correct image path error
Browse files Browse the repository at this point in the history
  • Loading branch information
anran758 committed Oct 14, 2023
1 parent c96a907 commit be94de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topic/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Vue 的生命周期可以分为**挂载阶段**、**更新阶段**、**销毁阶
- **更新阶段**: `beforeUpdate``updated`
- **销毁阶段**: `beforeUnmount``unmounted`

![Vue 生命周期](./images/Vue-lifecycle-v3.svg)
![Vue 生命周期](./images/vue-lifecycle-v3.svg)

| 生命周期 | 描述 | 使用场景 |
| ------------- | --------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
Expand Down

0 comments on commit be94de0

Please sign in to comment.