You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now We are importing all possible Components to use them as props.
If the number of components increase we need to think about async importing only components we are using in that moment.
Right now We are importing all possible Components to use them as props.
If the number of components increase we need to think about async importing only components we are using in that moment.
Example: https://medium.com/@codetheorist/using-vuejs-computed-properties-for-dynamic-module-imports-2046743afcaf
The text was updated successfully, but these errors were encountered: