Skip to content

Commit

Permalink
resolve conflict (chromatic-build)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeriiiii committed Jan 13, 2025
1 parent 4b47f83 commit 2ee249a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vlossom/src/components/vs-modal/VsModalView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
:dimmed="modal.dimmed"
:esc-close="modal.escClose"
:focus-lock="modal.focusLock"
:hide-scroll="modal.hideScroll"
:id="modal.id"
:initial-focus-ref="modal.initialFocusRef"
:size="modal.size"
Expand All @@ -35,6 +34,7 @@ import { store } from '@/stores';
import { useContentRenderer, useScrollLock } from '@/composables';
import VsModalNode from '@/components/vs-modal/VsModalNode.vue';
import VsContentRenderer from '@/components/vs-content-renderer/VsContentRenderer.vue';
import { MODAL_DURATION } from '@/declaration';
export default defineComponent({
props: {
Expand Down Expand Up @@ -73,7 +73,7 @@ export default defineComponent({
}
});
return { modals, getRenderedContent, wrapperId, isFixed };
return { modals, getRenderedContent, wrapperId, isFixed, MODAL_DURATION };
},
});
</script>
Expand Down

0 comments on commit 2ee249a

Please sign in to comment.