package vue-jsoo
Binding of Vue_js
Install
Dune Dependency
Authors
Maintainers
Sources
vue-jsoo-0.3.tar.gz
md5=ba1262b631818c3d20eb872b0f6989de
sha512=d326ec29baa9abd5ad0629e3d854b78cb6846714d73b6517fa1f2341f909fe9b4cfd554c113674e133e23e8906d402ab0a3df4210dca1a775ea04c29486cb1cd
doc/vue-jsoo.component/Vue_component/Make/index.html
Module Vue_component.Make
Source
functor to create a component with typecheck of input data
Parameters
module S : sig ... end
Signature
Source
val 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 component
load the component from previously added methods/watch/computed
Unsafe functions
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page