diff options
| author | taehoon <th.dev91@gmail.com> | 2019-08-10 00:26:29 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-08-15 13:25:38 -0400 |
| commit | 6e51774ccbc2628177b43126f089cfdc24acf713 (patch) | |
| tree | 8577857eec647f4323c5d09e265e163819961a21 /src/components/search | |
| parent | eafd53f99429b6b0b314b9ae873f642a34167a6c (diff) | |
use better name of controlled prop
Diffstat (limited to 'src/components/search')
| -rw-r--r-- | src/components/search/search.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/search/search.vue b/src/components/search/search.vue index eb20973b..746bbaa2 100644 --- a/src/components/search/search.vue +++ b/src/components/search/search.vue @@ -31,7 +31,7 @@ <tab-switcher ref="tabSwitcher" :on-switch="onResultTabSwitch" - :custom-active="currenResultTab" + :active-tab="currenResultTab" > <span key="statuses" |
