Jan 16, 2021
Thank you for your question Benny. I didn't try to upgrade to Vue 3.x, yet. The explained approach should work fine with Vue 3.x if we make a few small changes. Please consider the following file (https://gist.github.com/md604/2109acc218cdb0b332ce2f3ce67fd8b9). Due to some breaking changes in Vue 3.x we must not use a $destroy method any more and we must import the 'h' function explicitly. I think with these changes you should be able to use Vue 3.x.