chore: fix build

This commit is contained in:
Benjamin Canac
2021-11-23 17:34:07 +01:00
parent 6ce996aa74
commit 88240682bb
2 changed files with 7 additions and 6 deletions

View File

@@ -39,16 +39,16 @@
</template>
<script>
import { Popover, PopoverButton, PopoverPanel } from '@headlessui/vue'
// import { Popover, PopoverButton, PopoverPanel } from '@headlessui/vue'
import { usePopper } from '../../utils'
export default {
components: {
Popover,
PopoverButton,
PopoverPanel
},
// components: {
// Popover,
// PopoverButton,
// PopoverPanel
// },
props: {
placement: {
type: String,

View File

@@ -97,6 +97,7 @@ export default defineNuxtModule({
},
rules: [
[/^shadow-?(.*)$/, ([, d], { theme }) => {
// @ts-ignore
const value = theme?.boxShadow?.[d || 'DEFAULT']
if (value) {
return {