vertical tab switcher initial implementation
This commit is contained in:
parent
a3a35e76a8
commit
a96f533777
10 changed files with 254 additions and 18 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { mapState } from 'vuex'
|
||||
|
||||
import TabSwitcher from 'src/components/tab_switcher/tab_switcher.jsx'
|
||||
import VerticalTabSwitcher from 'src/components/tab_switcher/vertical_tab_switcher.jsx'
|
||||
|
||||
import BooleanSetting from '../helpers/boolean_setting.vue'
|
||||
import ChoiceSetting from '../helpers/choice_setting.vue'
|
||||
|
|
@ -92,7 +92,7 @@ const GeneralTab = {
|
|||
ProfileSettingIndicator,
|
||||
ScopeSelector,
|
||||
Select,
|
||||
TabSwitcher,
|
||||
VerticalTabSwitcher,
|
||||
FontControl
|
||||
},
|
||||
computed: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue