Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vishu3011 committed Mar 2, 2021
1 parent cced73f commit 2608993
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Vue from 'vue'

import App from './pages/custom-form-demo.vue'
// import App from './pages/demo.vue'
// import App from './pages/custom-form-demo.vue'
import App from './pages/demo.vue'

import NitrozenVuePlugin from './setup';

Expand Down
3 changes: 2 additions & 1 deletion src/pages/demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,7 @@
:items="dropdownItemsFiltered"
@searchInputChange="dropdownInputChange"
:multiple="true"
:enable_select_all="true"
@change="changeEvent"
v-model="multiSelect"
></nitrozen-dropdown>
Expand Down Expand Up @@ -801,7 +802,7 @@ export default {
data() {
return {
tabArray: ["Item1", "Item2", "Item3"],
multiSelect: [1],
multiSelect: [11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],
numberOfClick: 0,
abcd: true,
singleCheckboxModel: true,
Expand Down

0 comments on commit 2608993

Please sign in to comment.