mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-11-30 02:08:12 +08:00
update
This commit is contained in:
parent
1e981eadc9
commit
2b0f192c52
@ -1,4 +1,4 @@
|
||||
import { install } from './components/button/index'
|
||||
import ButtonInstall from './components/button/index'
|
||||
export const installAll = (app) => {
|
||||
install(app)
|
||||
ButtonInstall(app)
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
import { App } from 'vue'
|
||||
import Button from './src/index.vue'
|
||||
export const install = function(app: App) {
|
||||
export default (app: App) => {
|
||||
app.component(Button.name, Button)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user