Skip to content

Commit

Permalink
Fix code style issues with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lint-action committed Nov 6, 2021
1 parent 74812ea commit 462fce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/serve.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default defineComponent({
</div>
<div>
<p>Gradient color</p>
<Vue3Marquee :gradient="true" :gradient-color="[78,205,196]">
<Vue3Marquee :gradient="true" :gradient-color="[78, 205, 196]">
<img v-for="i in img_30" :key="i" height="100" :src="i" />
</Vue3Marquee>
</div>
Expand Down

0 comments on commit 462fce5

Please sign in to comment.