Update ImportPage.vue

This commit is contained in:
Dragos 2022-11-08 18:48:25 +02:00 committed by GitHub
parent 7b2e304f8e
commit 3748badd8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
<template>
<div>
<form>
<form style="display: grid; gap: 15rem">
<div>
<input ref="fileSelector" type="file" @change="fileChange" />
</div>