1 2
import { withInstall } from '/@/utils/index'; import vScroll from './src/VirtualScroll.vue';
3
4
export const VScroll = withInstall(vScroll);