Skip to content

Commit

Permalink
fix(Toggle): add missing computed import
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Dec 16, 2021
1 parent b08a8cc commit 0f09c9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/forms/Toggle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
</template>

<script setup>
import { computed } from 'vue'
import { Switch } from '@headlessui/vue'
import Icon from '../elements/Icon'
Expand Down

0 comments on commit 0f09c9b

Please sign in to comment.