modifiers
Passes modifiers to the directive, this can either be an array or a string.
vuenit.directive('test', { modifiers : ['foo', 'bah'] });
would output
v-test.foo.bah
Passes modifiers to the directive, this can either be an array or a string.
vuenit.directive('test', { modifiers : ['foo', 'bah'] });
would output
v-test.foo.bah