Skip to content

Commit

Permalink
apply review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yeriiiii committed Dec 22, 2023
1 parent a6616d1 commit f50cec3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const ColorScheme: Story = {
<vs-value-tag v-bind="args" color-scheme="blue"><template #label>label</template><template #value>value</template></vs-value-tag>
<vs-value-tag v-bind="args" color-scheme="indigo"><template #label>label</template><template #value>value</template></vs-value-tag>
<vs-value-tag v-bind="args" color-scheme="purple"><template #label>label</template><template #value>value</template></vs-value-tag>
<vs-value-tag v-bind="args" color-scheme="pink"></vs-value-tag>
<vs-value-tag v-bind="args" color-scheme="pink"><template #label>label</template><template #value>value</template></vs-value-tag>
</div>
`,
}),
Expand Down

0 comments on commit f50cec3

Please sign in to comment.