Skip to content

Commit 4aaf3ac

Browse files
authored
Format emits array in PauseConfirm.vue
1 parent ce0773d commit 4aaf3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PauseConfirm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default {
5151
default: "No",
5252
}
5353
},
54-
emits: ["yes", "no"],
54+
emits: [ "yes", "no" ],
5555
data() {
5656
return {
5757
modal: null,

0 commit comments

Comments
 (0)