@@ -1,6 +1,6 @@
<template>
<span>
- <a-icon type="type" style="margin-right: 8px" />
+ <a-icon :type="type" style="margin-right: 8px" />
{{ text }}
</span>
</template>