5 lines
101 B
JavaScript
5 lines
101 B
JavaScript
import { ref } from "vue";
|
|
|
|
|
|
export const isLogedIn = ref(false);
|
|
export const displayName = ref(""); |