Compare commits

...

4 Commits

View File

@ -16,7 +16,6 @@
<div class="form-field"> <div class="form-field">
<label>Start from picture</label><br /> <label>Start from picture</label><br />
<input type="file" @change="preparePicture" /> <input type="file" @change="preparePicture" />
<input type="button" value="start" @click="toggle2dDrawFromPicture()" />
</div> </div>
</MenuRow> </MenuRow>
</template> </template>