Skip to content

Commit

Permalink
Modify some issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jeneser committed May 7, 2017
1 parent a12f98e commit 46de717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/SearchView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name="query"
v-model.trim.lazy="queryStr"
placeholder="搜索 书 / 影 / 音 / 标签">
<a href="javascript:void(0);" :click="query()">搜索</a>
<a href="javascript:void(0);" @click="query()">搜索</a>
</form>
</div>
<div v-if="queryStr" class="search-res">
Expand Down

0 comments on commit 46de717

Please sign in to comment.