提交 dacd8de3 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

fix: remove error mermaid

上级 c0e707e8
......@@ -48,48 +48,3 @@ export default {
## 页面及组件生命周期流程图
![](./static/uni-app-lifecycle-vue3.png)
```mermaid
st=>start: 页面初始化
onLoad=>operation: 页面加载
onShow=>operation: 页面显示
onReady=>operation: 页面初次渲染完成
onHide=>operation: 页面隐藏
onUnload=>operation: 页面关闭
onInitBtn=>operation: onInit
onLoadBtn=>operation: onLoad
onShowBtn=>operation: onShow
beforeCreateBtn=>operation: 组件 beforeCreate
createdBtn=>operation: 组件 created
beforeMountBtn=>operation: 组件 beforeMount
mountedBtn=>operation: 组件 mounted
onReadyBtn=>operation: onReady
beforeUpdateBtn=>operation: 组件 beforeUpdate
updatedBtn=>operation: 组件 updated
onHideBtn=>operation: onHide
onBackPressBtn=>operation: onBackPress
onUnloadBtn=>operation: onUnload
beforeUnmountBtn=>operation: 组件 beforeUnmount
unmountedBtn=>operation: 组件 unmounted
st->onLoad->onShow->onReady->onHide->onUnload
onLoad->onInitBtn
onShow->onLoadBtn
onReady->onShowBtn
onReady->beforeCreateBtn
onReady->createdBtn
onReady->beforeMountBtn
onReady->mountedBtn
onHide->onReadyBtn
onUnload->onHideBtn
onUnload->onBackPressBtn
onUnload->onUnloadBtn
onUnload->beforeUnmountBtn
onUnload->unmountedBtn
```
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册