chore(components): clean and import required components

This commit is contained in:
Benjamin Canac
2021-11-17 15:46:18 +01:00
parent 2fa73605b8
commit 0d4295a1c4
19 changed files with 109 additions and 53 deletions

View File

@@ -133,10 +133,13 @@
<script>
import { createPopper } from '@popperjs/core'
import { directive as onClickaway } from 'vue-clickaway'
import Icon from '../elements/icon'
import Icon from '../elements/Icon'
export default {
components: { Icon },
components: {
Icon
},
directives: {
onClickaway
},