argument
Passes an argument into the directive:
vuenit.directive('test', { argument : 'foo' });
would output
v-test:foo
Passes an argument into the directive:
vuenit.directive('test', { argument : 'foo' });
would output
v-test:foo