Improve JSDoc for some components

Apply suggestions from code review

Co-authored-by: Nelson Chan <chakflying@hotmail.com>
This commit is contained in:
Matthew Nickson 2022-06-02 10:42:37 +01:00 committed by GitHub
parent 213aca4fc3
commit 2170229031
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 9 deletions

View file

@ -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,