diff --git a/civet.dev/.vitepress/components/Playground.vue b/civet.dev/.vitepress/components/Playground.vue index 36a132a4..944e66e3 100644 --- a/civet.dev/.vitepress/components/Playground.vue +++ b/civet.dev/.vitepress/components/Playground.vue @@ -4,6 +4,8 @@ import { compileCivetToHtml } from '../utils/compileCivetToHtml'; import { b64 } from '../utils/b64'; import { ligatures } from '../store/ligatures.store'; +const document_ = document + const emit = defineEmits(['input']); const props = defineProps<{ b64Code: string; @@ -141,11 +143,17 @@ const playgroundUrl = computed(() => {