chore(docs): lint

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-04-11 20:29:53 +02:00
parent f4616af840
commit 4454867c36
9 changed files with 41 additions and 15 deletions
+3 -1
View File
@@ -7,7 +7,9 @@ export default defineComponent({
props: ['example'],
setup(props) {
return () => {
if (!isClient) return null
if (!isClient) {
return null
}
return h(Suspense, h(DocsRepl, props))
}