chore: prefer arrow function shorthand
This commit is contained in:
+1
-3
@@ -52,9 +52,7 @@ export default createComponent({
|
||||
}
|
||||
});
|
||||
|
||||
const onClickStep = () => {
|
||||
parent.onClickStep(index.value);
|
||||
};
|
||||
const onClickStep = () => parent.onClickStep(index.value);
|
||||
|
||||
const renderCircle = () => {
|
||||
const { finishIcon, activeIcon, activeColor, inactiveIcon } = parentProps;
|
||||
|
||||
Reference in New Issue
Block a user