package vue-jsoo
Binding of Vue_js
Install
Dune Dependency
Authors
Maintainers
Sources
archive?sha=d960c9bea36c709fdb3daaf319f047b49689ff45
md5=2cc7a479a0b824387f924ce83971095b
sha512=feaca68fb03c8a26ba4133f37ed8e303c5107d2bf1e73d798f739752bfc1fcb4ba53c5f6a6640c5d44cd6d52ccbb78188a2e5906e441eca98cc1af6eed29785c
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 ->
?hook:(Vue_nav.push_obj -> Vue_nav.push_obj -> all Vue_nav.next) ->
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