Skip to content

Commit

Permalink
Remove unecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholasbrown committed Nov 21, 2024
1 parent f43670e commit 9006d8e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/Drawer/PDrawer.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<template>
<!--
This coalesce is important because Vue seems to evaluate the to prop for teleportation
before it finishes props destructuring
-->
<teleport :to :disabled="disableTeleport">
<transition name="p-drawer__slide" :duration="350">
<keep-alive>
Expand Down

0 comments on commit 9006d8e

Please sign in to comment.