Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
PR remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbo committed Oct 21, 2024
1 parent 6c3ed9a commit 8d0c1b4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions domains/grid/components/GridTabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ const handleAddGrid = () => {
})
}
const checkMove = (event: any) => {
console.log(event)
console.log(tabs.value)
const handleDragEnd = () => {
tempGrid.value = cloneObject(tabs.value.map(tab => tab.grid))
}
Expand All @@ -49,7 +47,7 @@ watch(
:animation="300"
item-key="grid.id"
class="flex flex-wrap justify-start gap-x-6 gap-y-3"
@end="checkMove"
@end="handleDragEnd"
>
<template #item="{ element: tab }">
<GridTabsItem
Expand Down

0 comments on commit 8d0c1b4

Please sign in to comment.