chore: styling

This commit is contained in:
arashsheyda
2023-04-26 15:56:48 +03:00
parent a2cf4656eb
commit 798a324f17
3 changed files with 12 additions and 11 deletions

View File

@ -16,7 +16,9 @@ const { height: top } = useElementSize(() => props.navbar, undefined, { box: 'bo
onClickOutside(el, () => {
if (props.modelValue && props.autoClose)
emit('close')
}, {})
}, {
ignore: ['#open-drawer-right'],
})
</script>
<script lang="ts">