mirror of
https://github.com/element-plus/element-plus.git
synced 2025-03-07 15:47:57 +08:00
* docs(components): [card] * Update card docs with new syntax * docs(components): [card] * Update docs with new syntax * Reorganize code for readabiltiies. * chore: address PR comments Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
10 lines
227 B
TypeScript
10 lines
227 B
TypeScript
import { withInstall } from '@element-plus/utils'
|
|
|
|
import Card from './src/card.vue'
|
|
|
|
export const ElCard = withInstall(Card)
|
|
export default ElCard
|
|
|
|
export * from './src/card'
|
|
export type { CardInstance } from './src/instance'
|