single-spa / single-spa-vue

a single-spa plugin for vue.js applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue 3 support: Rename lifecycle method destroyed to unmounted

pjammula opened this issue · comments

commented

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

Thanks for the bug report, fix is at #79