chore(docs): lint
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user