Level 61
On createApp() call component().
createApp({render: () => h(App, props)})
.component("Link", Link)
Is there any way to import the Link component globally instead of importing it manually in every component its being used in?
VSCode doesn't automatically import this component for me either.
On createApp() call component().
createApp({render: () => h(App, props)})
.component("Link", Link)
Please or to participate in this conversation.