In my current project, I am focusing on distinguishing between two key user roles: editor and guest. The editor holds complete privileges for create, read, update, and delete operations, while the guest is limited to viewing certain elements like a list without access to specific functionalities. I'm curious if there is a way in vuejs to dynamically hide these restricted elements based on the "privilegeType" property set during user creation, such as setting it to "guest".