Whatever ClearWindow needs to be in json
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 42s
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 42s
This commit is contained in:
@@ -21,7 +21,7 @@ const handle = ref(null);
|
||||
const props = defineProps(['data']);
|
||||
const data = props.data;
|
||||
|
||||
let id = data.type;
|
||||
let id = data.id;
|
||||
|
||||
const username = ref("");
|
||||
const password = ref("");
|
||||
|
||||
Reference in New Issue
Block a user