mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 09:50:58 +08:00
b19d2fc374
* fix: correct bundle export * chore: update * chore: update * chore: update * chore: update * chore: update * chore: update * chore: update
12 lines
258 B
TypeScript
12 lines
258 B
TypeScript
import { App } from 'vue'
|
|
import CascaderPanel from './src/index.vue'
|
|
|
|
|
|
CascaderPanel.install = (app: App): void => {
|
|
app.component(CascaderPanel.name, CascaderPanel)
|
|
}
|
|
|
|
export default CascaderPanel
|
|
export * from './src/types'
|
|
export * from './src/config'
|