diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/tab_switcher/tab_switcher.jsx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/components/tab_switcher/tab_switcher.jsx b/src/components/tab_switcher/tab_switcher.jsx index 175ae777..2eb30ea6 100644 --- a/src/components/tab_switcher/tab_switcher.jsx +++ b/src/components/tab_switcher/tab_switcher.jsx @@ -54,12 +54,12 @@ export default Vue.component('tab-switcher', { return ( <div class="tab-switcher"> - <div class="tabs"> - {tabs} - </div> - <div class="contents"> - {contents} - </div> + <div class="tabs"> + {tabs} + </div> + <div class="contents"> + {contents} + </div> </div> ) } |
