diff options
| author | Henry Jameson <me@hjkos.com> | 2019-10-07 20:43:23 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-10-07 20:43:23 +0300 |
| commit | e7532464e386b908321c8c202249c3855e83d722 (patch) | |
| tree | 87df255143fa066fcdfd2297e435760dc8c2e7be /src/components/style_switcher/style_switcher.js | |
| parent | 8ee50f9f160cab1a0eec3dfddd31de26c3993092 (diff) | |
Replaced most trivial checkboxes with Checkbox component
Diffstat (limited to 'src/components/style_switcher/style_switcher.js')
| -rw-r--r-- | src/components/style_switcher/style_switcher.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/style_switcher/style_switcher.js b/src/components/style_switcher/style_switcher.js index c19aaaec..6e2a1d7b 100644 --- a/src/components/style_switcher/style_switcher.js +++ b/src/components/style_switcher/style_switcher.js @@ -10,6 +10,7 @@ import ContrastRatio from '../contrast_ratio/contrast_ratio.vue' import TabSwitcher from '../tab_switcher/tab_switcher.js' import Preview from './preview.vue' import ExportImport from '../export_import/export_import.vue' +import Checkbox from '../checkbox/checkbox.vue' // List of color values used in v1 const v1OnlyNames = [ @@ -338,7 +339,8 @@ export default { FontControl, TabSwitcher, Preview, - ExportImport + ExportImport, + Checkbox }, methods: { setCustomTheme () { |
