diff --git a/components/PanelPreviewClient.client.vue b/components/PanelPreviewClient.client.vue index fac066fd..e26f8ec3 100644 --- a/components/PanelPreviewClient.client.vue +++ b/components/PanelPreviewClient.client.vue @@ -43,13 +43,6 @@ watch( syncColorMode, { flush: 'sync' }, ) - -onMounted(async () => { - await mountPlayground( - play, - colorMode.value, - ) -})