fix: 🐛 移除unplugin-icon插件,避免vue-template-compiler编译器在某些机器引发的报错
This commit is contained in:
@@ -9,8 +9,9 @@
|
||||
item.redirect === 'noredirect' || index === breadcrumbs.length - 1
|
||||
"
|
||||
class="color-gray-400"
|
||||
>{{ translateRouteTitle(item.meta.title) }}</span
|
||||
>
|
||||
{{ translateRouteTitle(item.meta.title) }}
|
||||
</span>
|
||||
<a v-else @click.prevent="handleLink(item)">
|
||||
{{ translateRouteTitle(item.meta.title) }}
|
||||
</a>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -9,10 +9,14 @@
|
||||
:max="99"
|
||||
class="wh-full"
|
||||
>
|
||||
<i-ep-bell class="notification-icon h-full" />
|
||||
<el-icon class="notification-icon h-full">
|
||||
<Bell />
|
||||
</el-icon>
|
||||
</el-badge>
|
||||
<el-badge :offset="[-10, 15]" v-else>
|
||||
<i-ep-bell class="notification-icon h-full" />
|
||||
<el-badge v-else class="wh-full">
|
||||
<el-icon class="notification-icon h-full">
|
||||
<Bell />
|
||||
</el-icon>
|
||||
</el-badge>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -145,8 +145,8 @@
|
||||
<el-button type="primary" size="small" @click="handleConfirm">
|
||||
{{ confirmText }}
|
||||
</el-button>
|
||||
<el-button size="small" @click="handleClear"> 清 空 </el-button>
|
||||
<el-button size="small" @click="handleClose"> 关 闭 </el-button>
|
||||
<el-button size="small" @click="handleClear">清 空</el-button>
|
||||
<el-button size="small" @click="handleClose">关 闭</el-button>
|
||||
</div>
|
||||
</div>
|
||||
</el-popover>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
:accept="props.accept"
|
||||
:limit="props.limit"
|
||||
>
|
||||
<i-ep-plus />
|
||||
<el-icon><Plus /></el-icon>
|
||||
<template #file="{ file }">
|
||||
<div style="width: 100%">
|
||||
<img class="el-upload-list__item-thumbnail" :src="file.url" alt="" />
|
||||
|
||||
Reference in New Issue
Block a user