mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-17 11:49:41 +08:00
fix: update rebase
This commit is contained in:
parent
f9626ec815
commit
d7f871ec7b
@ -17,6 +17,7 @@ import ElSwitch from '@element-plus/switch'
|
||||
import ElContainer from '@element-plus/container'
|
||||
import ElNotification from '@element-plus/notification'
|
||||
import ElPageHeader from '@element-plus/page-header'
|
||||
import ElRadio from '@element-plus/radio'
|
||||
import ElScrollBar from '@element-plus/scrollbar'
|
||||
|
||||
export {
|
||||
@ -39,6 +40,7 @@ export {
|
||||
ElNotification,
|
||||
ElPageHeader,
|
||||
ElScrollBar,
|
||||
ElRadio,
|
||||
}
|
||||
|
||||
export default function install(app: App): void {
|
||||
@ -61,4 +63,5 @@ export default function install(app: App): void {
|
||||
ElNotification(app)
|
||||
ElPageHeader(app)
|
||||
ElScrollBar(app)
|
||||
ElRadio(app)
|
||||
}
|
||||
|
@ -29,6 +29,8 @@
|
||||
"@element-plus/progress": "^0.0.0",
|
||||
"@element-plus/rate": "^0.0.0",
|
||||
"@element-plus/switch": "^0.0.0",
|
||||
"@element-plus/radio": "^0.0.0",
|
||||
"@element-plus/page-header": "^0.0.0",
|
||||
"@element-plus/scrollbar": "^0.0.0",
|
||||
"@element-plus/notification": "^0.0.0"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user