Skip to content

Commit 86919ad

Browse files
committed
up
1 parent 36581e8 commit 86919ad

File tree

3 files changed

+43
-43
lines changed

3 files changed

+43
-43
lines changed

src/runtime/components/Drawer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const ui = computed(() => tv({ extend: tv(theme), ...(appConfig.ui?.drawer || {}
103103
<DrawerPortal v-bind="portalProps">
104104
<DrawerOverlay v-if="overlay" :class="ui.overlay({ class: props.ui?.overlay })" />
105105

106-
<DrawerContent :class="ui.content({ class: [!slots.default && props.class, props.ui?.content] })" :data-inset="inset" v-bind="contentProps" v-on="contentEvents">
106+
<DrawerContent :class="ui.content({ class: [!slots.default && props.class, props.ui?.content] })" v-bind="contentProps" v-on="contentEvents">
107107
<DrawerHandle v-if="handle" :class="ui.handle({ class: props.ui?.handle })" />
108108

109109
<VisuallyHidden v-if="!!slots.content && ((title || !!slots.title) || (description || !!slots.description))">

0 commit comments

Comments
 (0)