[directiveName]
If you pass in multiple directives, you can configure each one separately by adding a property for that directive onto the options object:
vuenit.directive({foo, bah}, {
foo : {
modifiers : 'mod'
},
bah : {
expression : 'exp'
}
});