diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-20 23:25:38 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-20 23:25:38 +0300 |
| commit | d7af2c8419df59d8b897bc57e94f6cc67bd60eca (patch) | |
| tree | 5f3faba14976c996086afa8a58f56d6beb1259df /src/components/tab_switcher | |
| parent | 2609c0d0d279031cba579d60bf94cca81544ec4f (diff) | |
mentioned bug in tab-switcher, made shadow-control work in zero-state
Diffstat (limited to 'src/components/tab_switcher')
| -rw-r--r-- | src/components/tab_switcher/tab_switcher.jsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/tab_switcher/tab_switcher.jsx b/src/components/tab_switcher/tab_switcher.jsx index 3fff38f6..ea582450 100644 --- a/src/components/tab_switcher/tab_switcher.jsx +++ b/src/components/tab_switcher/tab_switcher.jsx @@ -1,5 +1,7 @@ import Vue from 'vue' +// FIXME: This doesn't like v-if directly inside the tab's contents, breaks vue really bad + import './tab_switcher.scss' export default Vue.component('tab-switcher', { |
