mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 01:40:34 +01:00
chore(components): clean and import required components
This commit is contained in:
@@ -12,10 +12,12 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Icon from '../elements/icon'
|
||||
import Icon from './icon'
|
||||
|
||||
export default {
|
||||
components: { Icon },
|
||||
components: {
|
||||
Icon
|
||||
},
|
||||
props: {
|
||||
type: {
|
||||
type: String,
|
||||
|
||||
Reference in New Issue
Block a user