Skip to content

Commit ab3f232

Browse files
authored
Merge pull request #362 from Ezviz-OpenBiz/develop
docs: update
2 parents 65ece0b + 8ab9fc0 commit ab3f232

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)