mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 05:39:34 +08:00
chore: fix the error-log list as the system route
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
:overlayClassName="`${prefixCls}-overlay`"
|
||||
>
|
||||
<span :class="prefixCls">
|
||||
<Icon icon="cil:language" />
|
||||
<Icon icon="ion:language" />
|
||||
<span v-if="showText" :class="`${prefixCls}__text`">{{ getLangText }}</span>
|
||||
</span>
|
||||
</Dropdown>
|
||||
|
@@ -10,7 +10,7 @@
|
||||
|
||||
export default defineComponent({
|
||||
name: 'AppSearch',
|
||||
components: { AppSearchModal, Tooltip, SearchOutlined },
|
||||
components: { AppSearchModal, Tooltip },
|
||||
setup() {
|
||||
const showModal = ref(false);
|
||||
const { prefixCls } = useDesign('app-search');
|
||||
|
Reference in New Issue
Block a user