fix. gnb 코드 리팩토링

This commit is contained in:
clkim
2025-12-03 17:10:23 +09:00
parent f5fe7e992d
commit 85e731197e
2 changed files with 11 additions and 6 deletions

View File

@@ -214,6 +214,7 @@ const isRunButtonVisible = (marketType?: Platform): boolean => {
// Handler
const handlePreregistClick = () => {
console.log('handlePreregistClick', preregistModalRef.value)
preregistModalRef.value?.handleOpenPreregist()
}
</script>