We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0773d commit 4aaf3acCopy full SHA for 4aaf3ac
src/components/PauseConfirm.vue
@@ -51,7 +51,7 @@ export default {
51
default: "No",
52
}
53
},
54
- emits: ["yes", "no"],
+ emits: [ "yes", "no" ],
55
data() {
56
return {
57
modal: null,
0 commit comments