diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-21 22:08:27 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-21 22:08:27 +0300 |
| commit | b8b5dbf63e73e9ca7f5683cb6cca8d47e9cee49c (patch) | |
| tree | 232139758dae3c9b9df2789e04280023f05dc3dd | |
| parent | 92afd6af12abc0a11f721a8f4c181c55522743ac (diff) | |
fix
| -rw-r--r-- | src/components/tab_switcher/tab_switcher.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/tab_switcher/tab_switcher.jsx b/src/components/tab_switcher/tab_switcher.jsx index a044b740..9e3dee04 100644 --- a/src/components/tab_switcher/tab_switcher.jsx +++ b/src/components/tab_switcher/tab_switcher.jsx @@ -41,7 +41,7 @@ export default Vue.component('tab-switcher', { <div class="contents"> {contents} </div> - </div> - ) + </div> + ) } }) |
