Skip to content

Commit 41992d2

Browse files
committed
docs: rename and add vue3 proxy
1 parent 194287a commit 41992d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

FQA.md renamed to FAQ.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@
2727
<iframe src="..." allow="microphone;"></iframe>
2828
```
2929

30+
## vue3 响应式及Proxy
31+
32+
由于vue3 响应式原理(Proxy),使用响应式存储实例可能导致SDK异常。请开发者使用 [vue markRaw](https://cn.vuejs.org/api/reactivity-advanced#markraw) 或 非响应式的变量进行存储实例
33+

0 commit comments

Comments
 (0)