Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - 0x90

2
Questions / How to use {{ActiveUser}} inside `v-if` ?
Hello guys, basically what I'm trying to do is to match the current logged in user to an ID, if it matches, then render the div.. otherwise do nothing... but everytime I try to use VueJs `v-if` attribute It doesn't do anything.. also if I try to use {{ActiveUser.id}} inside a div as an id attribute field, or classname or whtever... it makes it a string... e.g. `div id={{ActiveUser.id}}` => `div id="{{ActiveUser.id}}"`