Skip to content

Commit 292f9da

Browse files
committed
Export modal container
1 parent bbbe64f commit 292f9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Plugin from './Plugin'
22

33
export { default as Modal } from './components/Modal.vue'
44
export { default as Dialog } from './components/Dialog.vue'
5-
// export { default as ModalsContainer } from './components/ModalsContainer.vue'
5+
export { default as ModalsContainer } from './components/ModalsContainer.vue'
66

77
export const version = '__VERSION__'
88

0 commit comments

Comments
 (0)