Skip to content

Commit

Permalink
fix: modify file name
Browse files Browse the repository at this point in the history
  • Loading branch information
wuls committed Oct 7, 2020
1 parent 9ba3fa3 commit e88de8f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/message-box/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import MessageBox from './src/main.js'
import MessageBox from './src/MessageBox.js'
export default MessageBox
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// #todo
import { render, defineComponent, h, isVNode } from 'vue'
import msgboxVue from './main.vue'
import msgboxVue from './MessageBox.vue'
import merge from 'element-ui/src/utils/merge'
const messageBoxConstructor = defineComponent(msgboxVue)
const defaults = {
Expand Down
File renamed without changes.

0 comments on commit e88de8f

Please sign in to comment.