Skip to content

Commit 69a0bfe

Browse files
committed
fix: export useModalSlot
1 parent 499ac32 commit 69a0bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-final-modal/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export { vueFinalModalProps } from './components/VueFinalModal/VueFinalModalProp
2323
export type { VueFinalModalEmits } from './components/VueFinalModal/VueFinalModal.vue'
2424

2525
/** Composables */
26-
export { useVfm, useModal, useVfmAttrs } from './useApi'
26+
export { useVfm, useModal, useVfmAttrs, useModalSlot } from './useApi'
2727

2828
declare module '@vue/runtime-core' {
2929
export interface ComponentCustomProperties {

0 commit comments

Comments
 (0)