global setting add capture
This commit is contained in:
parent
99fcf3b4b9
commit
3fc2747d7a
1 changed files with 1 additions and 0 deletions
|
@ -173,6 +173,7 @@ const install = function(Vue, opts = {}) {
|
||||||
Vue.prototype.$IVIEW = {
|
Vue.prototype.$IVIEW = {
|
||||||
size: opts.size || '',
|
size: opts.size || '',
|
||||||
transfer: 'transfer' in opts ? opts.transfer : '',
|
transfer: 'transfer' in opts ? opts.transfer : '',
|
||||||
|
capture: 'capture' in opts ? opts.capture : true,
|
||||||
select: {
|
select: {
|
||||||
arrow: opts.select ? opts.select.arrow ? opts.select.arrow : '' : '',
|
arrow: opts.select ? opts.select.arrow ? opts.select.arrow : '' : '',
|
||||||
customArrow: opts.select ? opts.select.customArrow ? opts.select.customArrow : '' : '',
|
customArrow: opts.select ? opts.select.customArrow ? opts.select.customArrow : '' : '',
|
||||||
|
|
Loading…
Add table
Reference in a new issue