mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-17 10:40:35 -04:00
Improve JSDoc for some components
Apply suggestions from code review Co-authored-by: Nelson Chan <chakflying@hotmail.com>
This commit is contained in:
parent
213aca4fc3
commit
2170229031
5 changed files with 10 additions and 9 deletions
|
@ -29,12 +29,12 @@
|
|||
<script>
|
||||
export default {
|
||||
props: {
|
||||
/** Heading to use */
|
||||
/** Heading of the Section */
|
||||
heading: {
|
||||
type: String,
|
||||
default: "",
|
||||
},
|
||||
/** Should the selection be open by default? */
|
||||
/** Should the section be open by default? */
|
||||
defaultOpen: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue