Skip to content

Commit

Permalink
chore: lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Jun 23, 2022
1 parent f5839a7 commit 8c6a4a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/components/HelloWorld.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ onMounted(() => {
class=":stacks: inline-flex items-center px-4 py-2 border border-transparent shadow-sm text-base font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 cursor-pointer"
@click="increment"
>
<i class=":stacks: i-heroicons-outline-plus -ml-1 mr-3 h-5 w-5" aria-hidden="true" />
<i
class=":stacks: i-heroicons-outline-plus -ml-1 mr-3 h-5 w-5"
aria-hidden="true"
/>
Count is: {{ count }}
</button>
</template>
Expand Down

0 comments on commit 8c6a4a8

Please sign in to comment.