Skip to content

Commit

Permalink
fix: attach fallthrough attributes to teleport component
Browse files Browse the repository at this point in the history
  • Loading branch information
AnmolBansalDEV committed Jul 4, 2024
1 parent d9109e9 commit fce8168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ui/src/components/NeoModal/NeoModal.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<teleport to="body" :disabled="!appendToBody">
<teleport to="body" :disabled="!appendToBody" v-bind="$attrs">
<o-modal
v-model:active="isModalActive"
class="neo-modal"
Expand Down

0 comments on commit fce8168

Please sign in to comment.