0👍
The console error is helpful in this situation.
biders
is defined as a data property AND as a method. Try changing your method name to something like getBiders
. There may be some further issues down the line, but that is why you are getting the console errors.
👤Thor
- [Vuejs]-Vue JS transition toggle based of class binded – ease down and up
- [Vuejs]-In vuejs, how to pass the html element when click a element?
Source:stackexchange.com