You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, what I have to do is $refs.uploadButton.$el.querySelector('i').click() to trigger the upload from outside.
Would be nice to have this as a method.
Right now, what I have to do is
$refs.uploadButton.$el.querySelector('i').click()to trigger the upload from outside.Would be nice to have this as a method.