I need to do some stuff in the ready: of the root instance only when some components don\'t exist (they weren\'t declared in the HTML).
ready:
How can I check if a
get the current component imported components
this.$options.components[findComponentName]
get the global components
Vue.$options.components[findComponentName]