remrem 2 years ago
parent 7fe0e5f7f7
commit 2293e6f304

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

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

Loading…
Cancel
Save