Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

Commit b99ae36

Browse files
committed
feat: make simpler export in main file
1 parent 4837bb5 commit b99ae36

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/index.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
import GDialogComponent from './components/GDialog.vue'
2-
3-
export const GDialog = GDialogComponent
4-
export default {
5-
GDialog: GDialogComponent,
6-
}
1+
export { default as GDialog } from './components/GDialog.vue'

0 commit comments

Comments
 (0)