Vue_component.MakeSourcefunctor to create a component with typecheck of input data
module S : sig ... endval make :
?export:bool ->
?data:(all Mjs.t -> S.data Mjs.t) ->
?computed:(string * (all Mjs.t -> Mjs.any Mjs.optdef)) list ->
?methods:(string * Mjs.any) list ->
?watch:(string * (all Mjs.t -> Mjs.any -> Mjs.any -> Mjs.any)) list ->
?components:(string * (Mjs.top, Mjs.top) Internal.component_arg Mjs.t) list ->
?enter:(Vue_nav.push_obj -> Vue_nav.push_obj -> all Vue_nav.next) ->
?update:
(all Mjs.t -> Vue_nav.push_obj -> Vue_nav.push_obj -> all Vue_nav.next) ->
?lifecycle:(string * (all Mjs.t -> unit)) list ->
?mixins:Mjs.any list ->
?app:_ Mjs.t ->
?version:Version.t ->
unit ->
all componentload the component from previously added methods/watch/computed
Unsafe functions