vue-swing
vue-swing copied to clipboard
Card.throwIn() Error
Hello,
I try to throwIn() a Card, but I get the following Error-Message:
Error in v-on handler: "TypeError: Cannot read property 'childNodes' of null"
I want a return Button like on Tinder, so on swipe left or right, I safe the current Card and when i click on the return button I call this.prevCard.throwIn(0,0)
When I console.log(this.prevCard) the card is not empty, so it's a real card object..
@mathishuettl Did you solved this problem? I have same error.