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

refactor(reactivity): markRaw

上级 217b2b73
......@@ -591,6 +591,12 @@ export default {
name: 'getCurrentScope',
url: 'get-current-scope/get-current-scope'
},
{
id: 'mark-raw',
name: 'markRaw',
url: 'mark-raw/mark-raw',
enable: false
},
]
}
] as Page[]
......
<template><view class="page">markRaw</view></template>
\ No newline at end of file
<template><view class="page">markRaw 暂不支持</view></template>
\ No newline at end of file
......@@ -143,7 +143,7 @@ function transform(fileInfo, api) {
- [x] customRef
- [x] effectScope
- [x] getCurrentScope
- [ ] markRaw
- [x] markRaw
- [ ] onScopeDispose
- [ ] shallowReactive
- [ ] shallowReadonly
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部