fix(Toggle): add missing computed import

This commit is contained in:
Benjamin Canac
2021-12-16 15:11:22 +01:00
parent b08a8cc0ac
commit 0f09c9baae

View File

@@ -15,6 +15,7 @@
</template>
<script setup>
import { computed } from 'vue'
import { Switch } from '@headlessui/vue'
import Icon from '../elements/Icon'