chore: Improve button component styles (#1996)
This commit is contained in:
parent
dbb41c12a2
commit
7a890e543a
10 changed files with 37 additions and 34 deletions
|
@ -12,7 +12,6 @@ import hljs from 'highlight.js';
|
|||
import Multiselect from 'vue-multiselect';
|
||||
import WootSwitch from 'components/ui/Switch';
|
||||
import WootWizard from 'components/ui/Wizard';
|
||||
import WootButton from 'components/ui/WootButton';
|
||||
import { sync } from 'vuex-router-sync';
|
||||
import Vuelidate from 'vuelidate';
|
||||
import VTooltip from 'v-tooltip';
|
||||
|
@ -49,7 +48,6 @@ Vue.use(hljs.vuePlugin);
|
|||
Vue.component('multiselect', Multiselect);
|
||||
Vue.component('woot-switch', WootSwitch);
|
||||
Vue.component('woot-wizard', WootWizard);
|
||||
Vue.component('woot-button', WootButton);
|
||||
|
||||
const i18nConfig = new VueI18n({
|
||||
locale: 'en',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue