mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 22:30:19 +08:00
style(projects): 格式化代码
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import smoothscroll from 'smoothscroll-polyfill';
|
||||
|
||||
/** 平滑滚动插件(兼容主流浏览器) */
|
||||
export default function setupSmoothScroll() {
|
||||
export default function setupSmoothScroll(): void {
|
||||
smoothscroll.polyfill();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user