mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 17:20:14 +00:00
web: reduce bundle size
This commit is contained in:
parent
3d6fa86518
commit
b5d1b87a72
6 changed files with 58 additions and 17 deletions
|
|
@ -31,6 +31,15 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import BButton from 'bootstrap-vue/es/components/button/button';
|
||||
import BContainer from 'bootstrap-vue/es/components/layout/container';
|
||||
import BLink from 'bootstrap-vue/es/components/link/link';
|
||||
import BSpinner from 'bootstrap-vue/es/components/spinner/spinner';
|
||||
import BForm from 'bootstrap-vue/es/components/form/form';
|
||||
import BFormInput from 'bootstrap-vue/es/components/form-input/form-input';
|
||||
import BFormGroup from 'bootstrap-vue/es/components/form-group/form-group';
|
||||
import BFormTextarea from 'bootstrap-vue/es/components/form-textarea/form-textarea';
|
||||
|
||||
import API from "./API";
|
||||
|
||||
export default {
|
||||
|
|
@ -64,7 +73,8 @@ export default {
|
|||
}
|
||||
this.saving = false;
|
||||
}
|
||||
}
|
||||
},
|
||||
components: {BButton, BContainer, BLink, BSpinner, BForm, BFormGroup, BFormInput, BFormTextarea}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue