We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 194287a commit 41992d2Copy full SHA for 41992d2
FQA.md renamed to FAQ.md
@@ -27,3 +27,7 @@
27
<iframe src="..." allow="microphone;"></iframe>
28
```
29
30
+## vue3 响应式及Proxy
31
+
32
+由于vue3 响应式原理(Proxy),使用响应式存储实例可能导致SDK异常。请开发者使用 [vue markRaw](https://cn.vuejs.org/api/reactivity-advanced#markraw) 或 非响应式的变量进行存储实例
33
0 commit comments