diff --git a/playground/src/pages/misc/HTMLDemo.vue b/playground/src/pages/misc/HTMLDemo.vue index bff98b1e..b82dcf22 100644 --- a/playground/src/pages/misc/HTMLDemo.vue +++ b/playground/src/pages/misc/HTMLDemo.vue @@ -2,7 +2,7 @@ import { ref, reactive } from 'vue' import { TresCanvas } from '@tresjs/core' import { BasicShadowMap, SRGBColorSpace, NoToneMapping } from 'three' - +import { TresLeches, useControls } from '@tresjs/leches' import '@tresjs/leches/styles' import { OrbitControls, Html } from '@tresjs/cientos' import Card from './Card.vue' @@ -26,9 +26,13 @@ const state = reactive({ }) const isActive = ref(false) +const { showHtml } = useControls({ + showHtml: false, +})