fix: improve the display of modal and drawer on mobile (#4237)
This commit is contained in:
@@ -55,7 +55,7 @@ const listen = computed(() => {
|
||||
</script>
|
||||
<template>
|
||||
<div>
|
||||
<Drawer v-bind="attrs" v-on="listen" />
|
||||
<Drawer v-bind="{ ...$attrs, ...attrs }" v-on="listen" />
|
||||
|
||||
<div @click="() => drawerApi.open()">
|
||||
<slot>
|
||||
|
Reference in New Issue
Block a user