1.0.1 • Published 6 years ago

@hoksi/hoksiauth v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago
<hoksi-auth  ref="hoksiauth"  
    background="#333"
    @afterlogin="afterlogin"
    @afterlogout="afterlogout">
    <h1  style="margin-left:20px">API MANAGER LOG IN</h1>
</hoksi-auth>

mounted() {
    this.hoksiauth  =  this.$refs.hoksiauth;
    this.hoksiauth.check(this, function(logined) {
	    if (logined) this.hoksiauth.hide();
	    // if (!logined) this.hoksiauth.show();
    },true);
}