From c0dc2f893a7515f08926a7c73b3cb51cbef7971a Mon Sep 17 00:00:00 2001 From: duqingquan Date: Wed, 11 Jan 2023 20:45:09 +0800 Subject: [PATCH] =?UTF-8?q?uts=20=E6=96=87=E6=A1=A3=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/plugin/uts-component.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/plugin/uts-component.md b/docs/plugin/uts-component.md index 30d2a0fe7..cffdf1467 100644 --- a/docs/plugin/uts-component.md +++ b/docs/plugin/uts-component.md @@ -353,6 +353,7 @@ graph TD; |unmounted |组件在内存被销毁 |资源回收逻辑 |可选| + 除上述生命周期外,还存在下列可选周期函数: + doMeasure: @@ -363,6 +364,7 @@ doMeasure 用于告诉排版系统,组件自身需要的宽高,具体的调 但是部分场景下,组件开发者需要自己维护宽高,则需要开发者重写此函数 +[vue3 生命周期暂不支持](https://uniapp.dcloud.net.cn/tutorial/vue3-api.html#%E9%80%89%E9%A1%B9-%E7%94%9F%E5%91%BD%E5%91%A8%E6%9C%9F%E9%92%A9%E5%AD%90) #### 内置对象和函数 -- GitLab