Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
noook committed Apr 4, 2024
1 parent 6cf7c38 commit 4f0dc32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/components/elements/Accordion.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default defineComponent({
UIcon,
UButton,
DefinePanelTemplate,
PanelTemplate,
PanelTemplate
},
inheritAttrs: false,
props: {
Expand All @@ -109,7 +109,7 @@ export default defineComponent({
},
unmount: {
type: Boolean,
default: false,
default: false
},
closeIcon: {
type: String,
Expand Down

0 comments on commit 4f0dc32

Please sign in to comment.