mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-30 11:16:12 +08:00
fix(dialog): fix dialog exporting error (#298)
This commit is contained in:
parent
ef92b6c11c
commit
4019764625
@ -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)
|
||||
}
|
||||
|
@ -1,4 +1,3 @@
|
||||
// TODO: Replace this file with single .ts file after styles merged
|
||||
import {
|
||||
defineComponent,
|
||||
Transition,
|
||||
|
Loading…
Reference in New Issue
Block a user