Work on login
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { ref } from "vue";
|
||||
|
||||
|
||||
export const isLogedIn = ref(false);
|
||||
export const displayName = ref("");
|
||||
Reference in New Issue
Block a user