Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
seaneez committed Dec 20, 2023
1 parent 4547415 commit 996742f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const meta: Meta<typeof VsNotice> = {
setup() {
return { args };
},
template: '<vs-notice v-bind="arRRgs">Hello! This is Notice</vs-notice>',
template: '<vs-notice v-bind="args">Hello! This is Notice</vs-notice>',
}),
tags: ['autodocs'],
argTypes: {
Expand Down

0 comments on commit 996742f

Please sign in to comment.