-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
ui-drawer/src/ui-drawer/vue3/index.ts
Lines 23 to 25 in eb67b3b
| delete(child, parent) { | |
| parent.deleteChild(child); | |
| } |
Should name the methods called delete and .deleteChild .remove and .removeChild
Without this, if the ~rightDrawer child of <Drawer> is removed, we get errors about missing nodeOps.removeChild method.
Metadata
Metadata
Assignees
Labels
No labels