Skip to content

Instantly share code, notes, and snippets.

View pixelbacon's full-sized avatar

Michael Minor pixelbacon

View GitHub Profile
@ecmel
ecmel / select-file.vue
Last active December 20, 2021 09:17
Vuetify Multiple File Select and Preview
<script>
export default {
name: 'VSelectFile',
model: {
prop: 'value',
event: 'change'
},
props: {
label: {
type: String,