chore: make sonner ClientOnly for now
This commit is contained in:
parent
c15299a0c2
commit
a97b40654f
|
|
@ -288,7 +288,9 @@ watch(() => $route.path, (n) => {
|
||||||
</DialogContent>
|
</DialogContent>
|
||||||
</Dialog>
|
</Dialog>
|
||||||
<DefaultToaster />
|
<DefaultToaster />
|
||||||
<NewYorkSonner :theme="isDark ? 'dark' : 'light'" />
|
<ClientOnly>
|
||||||
|
<NewYorkSonner :theme="isDark ? 'dark' : 'light'" />
|
||||||
|
</ClientOnly>
|
||||||
<NewYorkToaster />
|
<NewYorkToaster />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user