Skip to content

Commit

Permalink
fix[HeaderSearch]: fixed bug in vue2.6+ (#1733)
Browse files Browse the repository at this point in the history
  • Loading branch information
PanJiaChen authored Mar 19, 2019
1 parent e601da3 commit d1f32a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HeaderSearch/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div :class="{'show':show}" class="header-search">
<svg-icon class-name="search-icon" icon-class="search" @click="click" />
<svg-icon class-name="search-icon" icon-class="search" @click.stop="click" />
<el-select
ref="headerSearchSelect"
v-model="search"
Expand Down

0 comments on commit d1f32a0

Please sign in to comment.