For it to function, this directive must come just after the v-if directive. <template> <div> <button v-if="isUserLoggedOut">Login</button> ...
確定! 回上一頁