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:
@@ -12,7 +12,7 @@ const showForm = ref<boolean>(false);
|
||||
<IconOpen v-else/>
|
||||
</button>
|
||||
</div>
|
||||
<div class="content" v-if="showForm">
|
||||
<div class="content" v-show="showForm">
|
||||
<slot/>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user