Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e601da3 commit d1f32a0Copy full SHA for d1f32a0
src/components/HeaderSearch/index.vue
@@ -1,6 +1,6 @@
1
<template>
2
<div :class="{'show':show}" class="header-search">
3
- <svg-icon class-name="search-icon" icon-class="search" @click="click" />
+ <svg-icon class-name="search-icon" icon-class="search" @click.stop="click" />
4
<el-select
5
ref="headerSearchSelect"
6
v-model="search"
0 commit comments