diff options
| author | taehoon <th.dev91@gmail.com> | 2019-07-31 12:20:05 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-07-31 12:20:05 -0400 |
| commit | af75791f1b5c5828dede9b5ea8c67a60c3b65d02 (patch) | |
| tree | 448bf52a146b34ae34de8759599b4692ddaecf0e | |
| parent | 8aa3e7d52ea067c12dd12c711121fda190b5979d (diff) | |
prevent scrolling top when click search input
| -rw-r--r-- | src/App.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue index be4d1f75..bf6e62e2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -41,6 +41,7 @@ <search-bar class="nav-icon mobile-hidden" @toggled="onSearchBarToggled" + @click.stop.native /> <router-link class="mobile-hidden" |
