remrem 2 years ago
parent 7fe0e5f7f7
commit 2293e6f304

@ -18,6 +18,7 @@ function isSet(cards)
return false;
}
}
console.log(cards)
return true;
}

@ -9,7 +9,7 @@ export default{
return{
card:new Card({"filling":"empty"}),
id:0,
deck : new Deck([0,1,2,3],3),
deck : new Deck([0,1,2,3],4),
selectedCards:[],
selectedCardsindex:[],
nbCardsSelected:0,

Loading…
Cancel
Save