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.
1 parent 562ef5c commit 9839d77Copy full SHA for 9839d77
src/views/list/search/components/IconText.vue
@@ -1,6 +1,6 @@
1
<template>
2
<span>
3
- <a-icon type="type" style="margin-right: 8px" />
+ <a-icon :type="type" style="margin-right: 8px" />
4
{{ text }}
5
</span>
6
</template>
0 commit comments