mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-03-20 10:54:39 +00:00
feat(components): HtmlElementEvent type and canvas testing
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
const showMenu = ref<boolean>(true);
|
||||
</script>
|
||||
|
||||
@@ -17,7 +18,7 @@ const showMenu = ref<boolean>(true);
|
||||
</button>
|
||||
</template>
|
||||
</div>
|
||||
<canvas class="canvas"/>
|
||||
<Board class="canvas"/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user