Skip to content

Instantly share code, notes, and snippets.

@SidneyAllen
Last active October 29, 2021 18:10
Show Gist options
  • Save SidneyAllen/01c2b613326e21739ee1f4fa49eedf0d to your computer and use it in GitHub Desktop.
Save SidneyAllen/01c2b613326e21739ee1f4fa49eedf0d to your computer and use it in GitHub Desktop.
// src/components/Front.vue
<form @submit.prevent>
<div class="form-field">
<label for="backgroundImage">Background Image:</label>
<button @click="openUploadModal()">Upload files</button>
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment