Skip to content

Commit

Permalink
fix: disabled prop
Browse files Browse the repository at this point in the history
Signed-off-by: andy.lee <[email protected]>
  • Loading branch information
a110605 committed Jan 14, 2025
1 parent fdeb000 commit 34ff924
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,7 @@ export default {
/>
<VueDraggableNext
:list="rows"
:options="{disabled: isView}"
item-key="id"
:disabled="isView"
@end="update"
>
<div
Expand Down

0 comments on commit 34ff924

Please sign in to comment.