enhance(client): tweak ui
This commit is contained in:
parent
1afafc0c5f
commit
e6c8b83b20
6 changed files with 56 additions and 136 deletions
|
|
@ -21,7 +21,6 @@
|
|||
import { defineComponent } from 'vue';
|
||||
import FormTextarea from '@/components/form/textarea.vue';
|
||||
import FormRadios from '@/components/form/radios.vue';
|
||||
import FormBase from '@/components/debobigego/base.vue';
|
||||
import FormButton from '@/components/ui/button.vue';
|
||||
import * as os from '@/os';
|
||||
import { menuDef } from '@/menu';
|
||||
|
|
@ -31,7 +30,6 @@ import { unisonReload } from '@/scripts/unison-reload';
|
|||
|
||||
export default defineComponent({
|
||||
components: {
|
||||
FormBase,
|
||||
FormButton,
|
||||
FormTextarea,
|
||||
FormRadios,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue