mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 19:08:20 +00:00
Register NumberBox Globally
This commit is contained in:
parent
356dcd77cf
commit
a4559a98e8
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ import 'vue-toast-notification/dist/theme-default.css';
|
|||
|
||||
import PillBar from "./components/inputs/PillBar.vue";
|
||||
import TextBox from "./components/inputs/TextBox.vue";
|
||||
import NumberBox from "./components/inputs/NumberBox.vue";
|
||||
import MultilineTextBox from "./components/inputs/MultilineTextBox.vue";
|
||||
import CheckBox from "./components/inputs/CheckBox.vue";
|
||||
|
||||
|
@ -32,6 +33,7 @@ app.use(ToastPlugin);
|
|||
// Global Components
|
||||
app.component('PillBar', PillBar)
|
||||
app.component('TextBox', TextBox)
|
||||
app.component('NumberBox', NumberBox)
|
||||
app.component('MultilineTextBox', MultilineTextBox)
|
||||
app.component('CheckBox', CheckBox)
|
||||
app.component('ValidationForm', Form)
|
||||
|
|
Loading…
Add table
Reference in a new issue