Skip to content

Commit

Permalink
style: eslint --fix . πŸ’…
Browse files Browse the repository at this point in the history
  • Loading branch information
bnznamco committed Feb 23, 2023
1 parent ca74fbf commit 8f0630b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion playground/app.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<template>
<div :class="toggle ? 'class' : 'unused-class'">
beastcss !
<button @click="toggle = !toggle">Toggle class</button>
<button @click="toggle = !toggle">
Toggle class
</button>
</div>
</template>

Expand Down

0 comments on commit 8f0630b

Please sign in to comment.