1
0
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:
Edwin Betancourt 2020-05-04 10:49:00 -04:00 committed by GitHub
parent 098de4d8f3
commit 46abc1f316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -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"

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB