mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 01:11:25 +08:00
9 lines
189 B
TypeScript
9 lines
189 B
TypeScript
import { withInstall } from '@element-plus/utils/with-install'
|
|
|
|
import Card from './src/card.vue'
|
|
|
|
export const ElCard = withInstall(Card)
|
|
export default ElCard
|
|
|
|
export * from './src/card'
|