<component :is='FacebookArt'></component>
FacebookArt: ()=> import('./FacebookArt.vue'),
Similar to the above, I tried using routing to load on demand in the component, which seemed to solve the problem, but are there other ways?
<component :is='FacebookArt'></component>
FacebookArt: ()=> import('./FacebookArt.vue'),
Similar to the above, I tried using routing to load on demand in the component, which seemed to solve the problem, but are there other ways?