1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-03-20 10:54:39 +00:00

feat(engine): rendering experiments

This commit is contained in:
2022-11-23 22:16:56 +07:00
parent 2d891c76cd
commit 9a5c028ac0
6 changed files with 171 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ const showForm = ref<boolean>(false);
<div class="header" @click="showForm = !showForm">
<h2>{{ title }}</h2>
<button class="button">
<IconOpen class="icon" :class="{icon_close: showForm}"/>
<IconOpen :class="{icon_close: showForm}" class="icon"/>
</button>
</div>
<div class="content" v-show="showForm">