mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-17 17:06:56 +08:00
Minor formatting for JSDoc comments
Added a number of minor formatting changes to JSDoc comments in /src
This commit is contained in:
@@ -12,7 +12,7 @@ export default {
|
||||
},
|
||||
|
||||
methods: {
|
||||
/** Called when the screen changes size */
|
||||
/** Handle screen resize */
|
||||
onResize() {
|
||||
this.windowWidth = window.innerWidth;
|
||||
this.updateBody();
|
||||
|
Reference in New Issue
Block a user