[Vuejs]-How to run a function after all imports have been completed in Vue 3?

-1👍

I found the answer thanks to help otherwhere. It had to do with my main file creating an error because of a circular dependency in the imports. I fixed this by putting testvar in a different typescript file.

Leave a comment