index.ts 182 B

12345678
  1. import { withInstall } from '@element-plus/utils'
  2. import Affix from './src/affix.vue'
  3. export const ElAffix = withInstall(Affix)
  4. export default ElAffix
  5. export * from './src/affix'