single-spa / single-spa-vue

a single-spa plugin for vue.js applications
MIT License
182 stars 42 forks source link

Vue 3 support: Rename lifecycle method destroyed to unmounted #78

Closed pjammula closed 3 years ago

pjammula commented 3 years ago

In vue3, lifecycle method destroyed is renamed to unmounted. Please handle this similar to support both vue 2 and vue 3. Maybe similar to how render methos was handled.

Warning in console: image

joeldenning commented 3 years ago

Thanks for the bug report, fix is at #79

joeldenning commented 3 years ago

Fixed released in https://github.com/single-spa/single-spa-vue/releases/tag/v2.4.1