fix: 🐛 移除unplugin-icon插件,避免vue-template-compiler编译器在某些机器引发的报错
This commit is contained in:
@@ -109,11 +109,15 @@
|
||||
>
|
||||
<template v-if="isExpand">
|
||||
收起
|
||||
<i-ep-arrow-up />
|
||||
<el-icon>
|
||||
<ArrowUp />
|
||||
</el-icon>
|
||||
</template>
|
||||
<template v-else>
|
||||
展开
|
||||
<i-ep-arrow-down />
|
||||
<el-icon>
|
||||
<ArrowDown />
|
||||
</el-icon>
|
||||
</template>
|
||||
</el-link>
|
||||
</el-form-item>
|
||||
|
||||
Reference in New Issue
Block a user