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
docs: dynamically register a non-ssr-friendly component (#1900)
* Code block to dynamically register a component
As someone relatively new to JS + Vue, the existing sample code for dynamic imports didn't tell me how to actually register the component dynamically, which is the likely case for importing a module.
The proposed code block does both: it dynamically imports the module and also registers the component.
* docs: register non-ssr-friendly components
Using dynamic components to register non-ssr-friendly components.
* chore: tweaks
0 commit comments