perf: 同步完整版代码

This commit is contained in:
xiaoxian521
2022-05-01 08:34:33 +08:00
parent 0a9eb30549
commit 41b35588c5
28 changed files with 1644 additions and 431 deletions

View File

@@ -9,11 +9,6 @@ export default defineComponent({
icon: {
type: String,
default: ""
},
// default element plus icon
type: {
type: String,
default: "ep:"
}
},
render() {
@@ -21,7 +16,7 @@ export default defineComponent({
return h(
IconifyIcon,
{
icon: `${this.type}${this.icon}`,
icon: `${this.icon}`,
...attrs
},
{