I am looking to create a detailed logging page that showcases the logs without revealing the specific type of logging. I want to prevent users from accessing the minified vue JS script and easily reading the logged information. Is there a way to implement access control measures for vue js? Note that just using v-if might not be enough, as individuals could still view the source of the vuejs dist file and decipher the logging details.