mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
b7ea88193b
Co-authored-by: Kevin <sxzz@sxzz.moe>
8 lines
200 B
TypeScript
8 lines
200 B
TypeScript
import { withInstall } from '@element-plus/utils/with-install'
|
|
import Drawer from './src/drawer.vue'
|
|
|
|
export const ElDrawer = withInstall(Drawer)
|
|
export default ElDrawer
|
|
|
|
export * from './src/drawer'
|