Skip to content

Instantly share code, notes, and snippets.

View ironwebstar's full-sized avatar
🏡
Working from home

Ironman ironwebstar

🏡
Working from home
View GitHub Profile
@pooot
pooot / uppy-vue-example
Created January 2, 2018 15:54
Very basic vuejs usage of uppy
<template>
<div :id="uppyId">
<div class="ThumbnailContainer" v-if="collection === 'thumbnail'">
<button id="open-thumbnail-modal" class="button">Select file</button>
</div>
<div class="DashboardContainer" v-else></div>
</div>
</template>