mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +00:00
Global register EnumInput
This commit is contained in:
parent
d548464202
commit
302790edc6
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,7 @@ import 'vue-toast-notification/dist/theme-default.css';
|
||||||
|
|
||||||
import PillBar from './components/inputs/PillBar.vue';
|
import PillBar from './components/inputs/PillBar.vue';
|
||||||
import TextBox from './components/inputs/TextBox.vue';
|
import TextBox from './components/inputs/TextBox.vue';
|
||||||
|
import EnumInput from './components/inputs/EnumInput.vue';
|
||||||
import NumberBox from './components/inputs/NumberBox.vue';
|
import NumberBox from './components/inputs/NumberBox.vue';
|
||||||
import MultilineTextBox from './components/inputs/MultilineTextBox.vue';
|
import MultilineTextBox from './components/inputs/MultilineTextBox.vue';
|
||||||
import CheckBox from './components/inputs/CheckBox.vue';
|
import CheckBox from './components/inputs/CheckBox.vue';
|
||||||
|
@ -43,5 +44,7 @@ app.component('Field', Field);
|
||||||
app.component('ErrorMessage', ErrorMessage);
|
app.component('ErrorMessage', ErrorMessage);
|
||||||
app.component('SingleSelect', SingleSelect);
|
app.component('SingleSelect', SingleSelect);
|
||||||
app.component('MultiSelect', MultiSelect);
|
app.component('MultiSelect', MultiSelect);
|
||||||
|
app.component('EnumInput', EnumInput);
|
||||||
|
|
||||||
|
|
||||||
app.mount('#app');
|
app.mount('#app');
|
||||||
|
|
Loading…
Add table
Reference in a new issue