fix(dialog): fix dialog exporting error (#298)

This commit is contained in:
jeremywu 2020-09-10 10:43:15 +08:00 committed by GitHub
parent ef92b6c11c
commit 4019764625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import { App } from 'vue'
import Dialog from './src/index.vue'
import Dialog from './src/index'
export default (app: App): void => {
app.component(Dialog.name, Dialog)
}

View File

@ -1,4 +1,3 @@
// TODO: Replace this file with single .ts file after styles merged
import {
defineComponent,
Transition,