mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 17:00:36 +01:00
chore(components): clean and import required components
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user