Vue upload: this dont work: v-on:click="$upload.select('profile-av

I have this code from https://github.com/websanova/vue-upload

 <button v-on:click="$upload.select('profile-avatar')" :disabled="$upload.meta('profile-avatar').status === 'sending'">
        <span v-show="$upload.meta('profile-avatar').status === 'sending'">Updating...</span>
        <span v-show="!$upload.meta('profile-avatar').status === 'sending'">Update Photo</span>
    </button>

But have troubles with it, cant get it to work with my meteor, vue app. is it because of the $upload.select