mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-08 17:37:24 +08:00
8 lines
220 B
TypeScript
8 lines
220 B
TypeScript
import reSeamlessScroll from "./src/index.vue";
|
|
import { withInstall } from "@pureadmin/utils";
|
|
|
|
/** 无缝滚动组件 */
|
|
export const ReSeamlessScroll = withInstall(reSeamlessScroll);
|
|
|
|
export default ReSeamlessScroll;
|