Files
soybean-admin/src/plugins/smooth-scroll.ts
2021-07-20 10:07:35 +08:00

7 lines
181 B
TypeScript

import smoothscroll from 'smoothscroll-polyfill';
/** 平滑滚动插件(兼容主流浏览器) */
export default function setupSmoothScroll(): void {
smoothscroll.polyfill();
}