fix(Popover): add missing ref import

This commit is contained in:
Benjamin Canac
2022-04-11 15:39:24 +02:00
parent fc4de89dad
commit 2eb2feab67

View File

@@ -25,6 +25,7 @@
</template>
<script>
import { ref } from 'vue'
import { Popover, PopoverButton, PopoverPanel } from '@headlessui/vue'
import { usePopper } from '../../utils'