Skip to content

Releases: tmorehouse/vue-transfer-dom

Bug Fixes

01 Sep 17:04
Compare
Choose a tag to compare
fix: unbind when el doesn't have parent node (#3)

In some cases the `el` to unbind it's the root node, so it doesn't have a parent node which causes an error: `TypeError: Cannot read property 'removeChild' of null`.

Refactored for Vue 2

12 Apr 20:40
Compare
Choose a tag to compare

Refactored for Vue 2 and support for both appending and prepending in target element