mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 09:20:51 +08:00
9 lines
197 B
TypeScript
9 lines
197 B
TypeScript
import { withInstall } from '@element-plus/utils-v2'
|
|
|
|
import Backtop from './src/backtop.vue'
|
|
|
|
export const ElBacktop = withInstall(Backtop)
|
|
export default ElBacktop
|
|
|
|
export * from './src/backtop'
|