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.router/Vue_router/Route/index.html
Module Vue_router.Route
Source
functor to create a route with a component with typecheck of input data
Parameters
module S : sig ... end
Signature
include Vue_component.Tables_S with type all = S.all
Source
val merge_lists_component :
?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) Vue_component.Internal.component_arg Mjs.t)
list ->
unit ->
unit
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) Vue_component.Internal.component_arg Mjs.t)
list ->
?children:(Mjs.top, Mjs.top) route Mjs.t list ->
?path:string ->
?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 ->
unit ->
(data, all) route Mjs.t
make the route combining previously added methods/watch/computed
Unsafe functions
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page