mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-13 23:20:12 +08:00
fix: Icon element component. (#479)
This commit is contained in:
parent
098de4d8f3
commit
46abc1f316
@ -1,9 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div :class="{'show-input-search':isShowElement}" class="search-detail">
|
<div :class="{ 'show-input-search': isShowElement }" class="search-detail">
|
||||||
<i
|
<i
|
||||||
:class="icon + ' props-icon'"
|
:class="icon + ' props-icon'"
|
||||||
@click.stop="click"
|
@click.stop="click"
|
||||||
@submit.prevent.native="false"
|
|
||||||
/>
|
/>
|
||||||
<slot
|
<slot
|
||||||
ref="headerSearchSelect"
|
ref="headerSearchSelect"
|
||||||
|
BIN
src/icons/ADempiere/avatar.png
Normal file
BIN
src/icons/ADempiere/avatar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Loading…
x
Reference in New Issue
Block a user