test load picture on canvas

This commit is contained in:
2022-12-06 17:41:32 +01:00
parent 83c14b8001
commit 6bd75ba840
5 changed files with 75 additions and 11 deletions

View File

@ -1,6 +1,14 @@
<template>
<MenuRow row-title="Elementary Automaton">
<form>
<div class="form-field">
<input
type="button"
name="start"
value="start"
@click="toggleDraw1d()"
/>
</div>
<div class="form-field">
<label>
Initial state presets
@ -62,9 +70,6 @@
</label>
</div>
</form>
<div class="form-field">
<input type="button" name="start" value="start" @click="toggleDraw1d()" />
</div>
</MenuRow>
</template>