docs: 使用客户端渲染

This commit is contained in:
AnnAngela
2023-06-16 06:49:47 +00:00
committed by GitHub
parent 4f860931e4
commit 42f49f8b78

View File

@@ -116,15 +116,15 @@ const notSupportHtml = md.render(notSupport.join(''))
## ✅ 完美支持
<div v-html="fullySupportHtml"></div>
<ClientOnly><div v-html="fullySupportHtml"></div></ClientOnly>
## ⚠️ 部分支持
<div v-html="partiallySupportHtml"></div>
<ClientOnly><div v-html="partiallySupportHtml"></div></ClientOnly>
## 🚫 不支持
<div v-html="notSupportHtml"></div>
<ClientOnly><div v-html="notSupportHtml"></div></ClientOnly>
## ⚙️ 手机、平板等实体**安卓**设备