mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* refactor(components): [statistic] * fix: type error * docs: fix style * chore: use rAF * chore: update docs
8 lines
205 B
TypeScript
8 lines
205 B
TypeScript
import { withInstall } from '@element-plus/utils'
|
|
import Statistic from './src/statistic.vue'
|
|
|
|
export const ElStatistic = withInstall(Statistic)
|
|
|
|
export default ElStatistic
|
|
export * from './src/statistic'
|