Skip to content

Commit

Permalink
fix(select-with-search): fix the error style of select with search box
Browse files Browse the repository at this point in the history
  • Loading branch information
MimoN committed Oct 18, 2018
1 parent d72d0fd commit 8151d75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/dao-select/dao-select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<style lang="scss">
@import './dao-select.scss';
@import './dropdown.scss';
@import '../dao-input/dao-input';
</style>
<script>
import { _find, _findIndex, _isEqual } from '../../utils/assist';
Expand Down

0 comments on commit 8151d75

Please sign in to comment.