Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
unidocs-uni-app-x-zh
提交
f79ea826
U
unidocs-uni-app-x-zh
项目概览
DCloud
/
unidocs-uni-app-x-zh
通知
144
Star
2
Fork
33
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
9
列表
看板
标记
里程碑
合并请求
11
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
unidocs-uni-app-x-zh
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
9
Issue
9
列表
看板
标记
里程碑
合并请求
11
合并请求
11
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
f79ea826
编写于
9月 19, 2024
作者:
DCloud-WZF
💬
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat(activated): 补充 deactivated 生命周期多端差异说明
上级
6ee9e0fc
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
20 addition
and
0 deletion
+20
-0
docs/vue/composition-api.md
docs/vue/composition-api.md
+10
-0
docs/vue/options-api.md
docs/vue/options-api.md
+10
-0
未找到文件。
docs/vue/composition-api.md
浏览文件 @
f79ea826
...
...
@@ -417,6 +417,16 @@
如果需要获取排版后的节点信息推荐使用
[
uni.createSelectorQuery
](
../api/nodes-info.md
)
不推荐直接使用
[
Element
](
../dom/unielement.md
)
对象。
\
在修改 DOM 后,立刻使用
[
Element
](
../dom/unielement.md
)
对象的同步接口获取 DOM 状态可能获取到的是排版之前的,而
[
uni.createSelectorQuery
](
../api/nodes-info.md
)
可以保障获取到的节点信息是排版之后的。
#### onActivated、onDeactivated 使用注意事项 @activated-deactivated-tips
当 A 页面存在
`keepAlive`
组件,A 页面
`navigateTo`
B 页面时
-
Web 端 A 页面中
`keepAlive`
的组件会触发
`onDeactivated`
生命周期
-
App 端 A 页面中
`keepAlive`
的组件不会触发
`onDeactivated`
生命周期
当 B 页面 back 返回 A 页面时
-
Web 端 A 页面中
`keepAlive`
的组件会触发
`onActivated`
生命周期
-
App 端 A 页面中
`keepAlive`
的组件不会触发
`onActivated`
生命周期
示例
[
详情
](
<
!-- VUEJSON.E_lifecycle.component_ChildComponentComposition.gitUrl --
>
)
::: preview
<!-- VUEJSON.E_lifecycle.component_ChildComponentComposition.webUrl -->
...
...
docs/vue/options-api.md
浏览文件 @
f79ea826
...
...
@@ -151,6 +151,16 @@
如果需要获取排版后的节点信息推荐使用
[
uni.createSelectorQuery
](
../api/nodes-info.md
)
不推荐直接使用
[
Element
](
../dom/unielement.md
)
对象。
\
在修改 DOM 后,立刻使用
[
Element
](
../dom/unielement.md
)
对象的同步接口获取 DOM 状态可能获取到的是排版之前的,而
[
uni.createSelectorQuery
](
../api/nodes-info.md
)
可以保障获取到的节点信息是排版之后的。
#### activated、deactivated 使用注意事项 @activated-deactivated-tips
当 A 页面存在
`keepAlive`
组件,A 页面
`navigateTo`
B 页面时
-
Web 端 A 页面中
`keepAlive`
的组件会触发
`deactivated`
生命周期
-
App 端 A 页面中
`keepAlive`
的组件不会触发
`deactivated`
生命周期
当 B 页面 back 返回 A 页面时
-
Web 端 A 页面中
`keepAlive`
的组件会触发
`activated`
生命周期
-
App 端 A 页面中
`keepAlive`
的组件不会触发
`activated`
生命周期
示例
[
详情
](
<
!-- VUEJSON.E_lifecycle.component_ChildComponentOptions.gitUrl --
>
)
::: preview
<!-- VUEJSON.E_lifecycle.component_ChildComponentOptions.webUrl -->
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录