'Vue.js 3 runtime component compiler

I want to create a fully customized Vue.js application and what I want is to save Vue.js component in database and load the corresponding Vue.js component based on the user.

That will make the app fully customized and I can customize component for each user individually.

Is there any library can compile Vue.js 3 component (composition API) on the fly?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source