Vue_component.Tables
Functor to fill methods/watch/computed/components objects
module S : sig ... end
type all = S.all
val computed_t : (all Mjs.t -> Mjs.any Mjs.optdef) Mjs.table
val components_t : (Mjs.top, Mjs.top) Internal.component_arg Mjs.t Mjs.table
val add_computed : string -> (all Mjs.t -> 'a Mjs.optdef) -> unit
val add_2way_computed :
string ->
get:(all Mjs.t -> 'a Mjs.optdef) ->
set:(all Mjs.t -> 'b -> unit) ->
unit
val add_component : string -> ('a, 'b) Internal.component_arg Mjs.t -> unit