3👍
✅
No, but you can easily use both with common condition. Only tricky part is you want true by default.
<div
v-if="isActive || directiveType !== 'if'"
v-show="isActive || directiveType !== 'show'"
>
Source:stackexchange.com