This commit is contained in:
parent 4e8057d9bb
commit 25310ea25f
1 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,8 @@ onMounted(() => {
</TresCanvas> </TresCanvas>
</ClientOnly> </ClientOnly>
<span class="cursor-pointer absolute text-3xl top-0 left-0" @click="toggleExpState"> <span class="cursor-pointer absolute text-3xl top-0 left-0" @click="toggleExpState">
<Icon name="mdi:checkbox-outline" v-if="explosion_state" /> <href name="#mdi:checkbox-outline" v-if="explosion_state" />
<Icon name="mdi:square-outline" v-else /> <href name="#mdi:square-outline" v-else />
</span> </span>
</div> </div>
</template> </template>