chore: prefer arrow function shorthand
This commit is contained in:
@@ -83,9 +83,7 @@ export default createComponent({
|
||||
}
|
||||
};
|
||||
|
||||
const onClickButton = () => {
|
||||
emit('submit');
|
||||
};
|
||||
const onClickButton = () => emit('submit');
|
||||
|
||||
const renderButton = () => {
|
||||
if (slots.button) {
|
||||
|
||||
Reference in New Issue
Block a user