Babylon.js API chapter2 -section1
animatedinputblocktypes

const components = [
	// HelloWorld,
	FormManager
]
	
const install = function(Vue, opts = {}) {
  components.map(component => {
    Vue.component(component.name, component);
  })
}