uim.vue.global

Undocumented in source.

Members

Functions

vDirective
T vDirective(T h5, string name, string value)

Use of a directive in a HTML element

vueDirective
auto vueDirective(string name, string bind, string inserted, string update)

vueDirective - Global register of custom directives name: Name of directive, use as v-<name> (test should be used as v-test ) bind, inserted and update are hook functions vDirective - Global register of custom directives

Meta