Directive: default/not based on directive modifiers
pinguet62 opened this issue · 0 comments
pinguet62 commented
Instead of: v-feature-flipping="{ key: 'FEAT', default: true }"
Use syntaxe: v-feature-flipping.not.default="'FEAT'"
default
: replace{ default: true }
not
: support for negation (avoid{ not: true }
)
Breaking change: require version upgrade