Skip to content

Commit

Permalink
Small syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholasbrown committed Nov 21, 2024
1 parent d4d2bde commit 282c898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Drawer/PDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<teleport :to="to ?? 'body'" :disabled="disableTeleport">
<transition name="p-drawer__slide" :duration="350">
<keep-alive>
<PLayoutResizable v-if="open" :disabled="!resizable" class="p-drawer" :class="classes.root" :placement="placement">
<PLayoutResizable v-if="open" :disabled="!resizable" class="p-drawer" :class="classes.root" :placement>
<template #aside>
<div class="p-drawer__aside" v-bind="attrs">
<slot v-bind="drawerScope" />
Expand Down

0 comments on commit 282c898

Please sign in to comment.