mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-07-14 14:37:34 +08:00
🌈 style: 优化类型
This commit is contained in:
@@ -54,7 +54,7 @@ watch(
|
||||
},
|
||||
);
|
||||
|
||||
const iconStyle = (index: any) => {
|
||||
const iconStyle = (index: number) => {
|
||||
const style = {
|
||||
fontSize: props.size,
|
||||
color: path.value === props.menus[index].path ? props.selectColor : props.color,
|
||||
|
||||
Reference in New Issue
Block a user