vue-plaid-link
vue-plaid-link copied to clipboard
this.onLoad is not a function
this.onLoad() is called in onLoadedScript(), but it's not defined. It seems like it has to be passed through the component as a prop, even if it is not used.
methods {
onLoad() {}
}
Possibly caused but the changes in https://github.com/roundupapp/vue-plaid-link/pull/29