Swipe cards one by one
This commit is contained in:
@@ -29,7 +29,6 @@ export const useCardStore = defineStore("cardStore", {
|
||||
...card,
|
||||
id: index,
|
||||
})) ?? [];
|
||||
console.log(this.cards);
|
||||
},
|
||||
removeCard(id: number) {
|
||||
const index = this.cards.findIndex((card) => card.id === id);
|
||||
|
||||
Reference in New Issue
Block a user