mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-11 03:34:11 +08:00
Minor formatting for JSDoc comments
Added a number of minor formatting changes to JSDoc comments in /src
This commit is contained in:
@@ -58,7 +58,7 @@ export default {
|
||||
this.modal.show();
|
||||
},
|
||||
/**
|
||||
* @emits "yes" - Notify the parent when Yes is pressed
|
||||
* @emits string "yes" Notify the parent when Yes is pressed
|
||||
*/
|
||||
yes() {
|
||||
this.$emit("yes");
|
||||
|
Reference in New Issue
Block a user