diff --git a/playground/src/pages/misc/HTMLDemo.vue b/playground/src/pages/misc/HTMLDemo.vue index 32f01c26..5e4ed195 100644 --- a/playground/src/pages/misc/HTMLDemo.vue +++ b/playground/src/pages/misc/HTMLDemo.vue @@ -24,19 +24,17 @@ const state = reactive({ center: true, }) -function onOcclude(ev) { - console.log('occluded', ev) -} +const isActive = ref(false)