vueDirective

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

@safe
vueDirective
(
string name
,
string bind
,
string inserted
,
string update
)

Meta