Javascript – Vue directive don't render element if condition is false
I'm creating my own role/rights system because the ones that are available for Vue don't work. I now hide the element when a user does not have the appropriate role. But what I actually want is to not render the…