Skip to content

Commit

Permalink
chore: use native button instead app component button
Browse files Browse the repository at this point in the history
  • Loading branch information
timothejoubert committed Jun 10, 2024
1 parent 7c1fa78 commit 63926cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/atoms/VSpinner/Default.stories.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ function toggle() {
<template>
<NuxtStory>
<template #aside>
<VButton filled @click="toggle">Toggle state</VButton>
<h3>Current state: {{ playState }}</h3>
<button @click="toggle">Toggle state</button>
</template>
<VSpinner :play-state="playState" :class="$style.root" />
</NuxtStory>
Expand Down

0 comments on commit 63926cf

Please sign in to comment.