select input 안나오는거 수정

This commit is contained in:
yoon 2025-02-22 14:01:48 +09:00
parent c4b1a946ab
commit fc5f4463b1

View File

@ -108,7 +108,9 @@
const passwordcheckAlert = ref(false);
const passwordcheckErrorAlert = ref(false);
const { pwhintList } = commonApi();
const { pwhintList } = commonApi({
loadPwhint: true,
});
const handleIdChange = value => {
id.value = value;