-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
4.2.6
Environment
vue: 3.5.12,sorttablejs: 1.15.3
Reproduction link
https://stackblitz.com/edit/vitejs-vite-rqjxlr?file=src%2FApp.vue
Steps to reproduce
- 拖动第一行数据,拖动至第二行。
- 点击行删除按钮。
What is expected?
能够正常删除数据。
What is actually happening?
控制台中打印 dataSource 已经被清空,但是页面依然有那条数据。