Skip to content

Commit

Permalink
remove loading prop
Browse files Browse the repository at this point in the history
  • Loading branch information
riophae committed Aug 31, 2019
1 parent 198b263 commit 4c8efb3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
5 changes: 0 additions & 5 deletions docs/components/DocProps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,6 @@
type: `Fn${makeArgNameList([ 'count' ])} 🡒 String`,
defaultValue: code('count => `and ${count} more`'),
description: 'Function that processes the message shown when selected elements pass the defined limit.',
}, {
name: 'loading',
type: 'Boolean',
defaultValue: code('false'),
description: `Whether is externally loading options or not. Set ${code('true')} to show a spinner.`,
}, {
name: 'loadingText',
type: 'String',
Expand Down
9 changes: 0 additions & 9 deletions src/mixins/treeselectMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,15 +353,6 @@ export default {
},
},

/**
* Whether is externally loading options or not.
* Set `true` to show a spinner.
*/
loading: {
type: Boolean,
default: false,
},

/**
* Text displayed when loading options.
*/
Expand Down

0 comments on commit 4c8efb3

Please sign in to comment.