MountType: "dynamic" | "inline" | "start"

Type of Component that's mounting a subapp

  • dynamic - using subapp as a plain dynamic import component
  • inline - inline nesting a subapp within another as a component
  • start - as a start component for the subapp to handle hot reload