We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
name
1 parent d9aadc7 commit b654a77Copy full SHA for b654a77
src/runtime/components/Icon.vue
@@ -1,6 +1,6 @@
1
<script lang="ts">
2
export interface IconProps {
3
- name: string | object
+ name: string | any
4
mode?: 'svg' | 'css'
5
size?: string | number
6
customize?: (
0 commit comments