Skip to content

Commit

Permalink
fix(Modal): 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 0f09c9b commit 11d6cc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/overlays/Modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
</template>

<script>
import { computed } from 'vue'
import { Dialog, DialogOverlay, TransitionRoot, TransitionChild } from '@headlessui/vue'
import Card from '../layout/Card'
Expand Down

0 comments on commit 11d6cc2

Please sign in to comment.