[Vuejs]-Computed property is not triggering v-if block

1👍

You can create a method instead to check the authenticated user and ran the method in the created() or mounted() block. Or you can use vuex which is a much better option

Leave a comment