mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-14 12:14:42 +01:00
add render on client
This commit is contained in:
@@ -10,6 +10,7 @@ useIntervalFn(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<ClientOnly>
|
||||
<section class="flex flex-col md:flex-row items-center justify-center gap-5 overflow-hidden py-4 sm:gap-8 mb-16">
|
||||
<div>
|
||||
<Graph :domain-x="[-3, 3]" :domain-y="[-3, 3]">
|
||||
@@ -90,4 +91,5 @@ useIntervalFn(() => {
|
||||
</Graph>
|
||||
</div>
|
||||
</section>
|
||||
</ClientOnly>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user