fix: pass modal bindings to teleport target #2109

Merged
konrad merged 2 commits from dpschen/frontend:feature/fix-modal-binding into main 2022-07-11 13:27:58 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 129b1dbeed - Show all commits

View File

@ -89,7 +89,7 @@ const props = withDefaults(defineProps<{
defineEmits(['close', 'submit'])
const attrs = useAttrs();
const attrs = useAttrs()
const modal = ref<HTMLElement | null>(null)
const scrollLock = useScrollLock(modal)