Poptip support global setting
This commit is contained in:
parent
28ab119d9f
commit
d54c97951d
2 changed files with 4 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
</Poptip>
|
||||
</div> -->
|
||||
<div>
|
||||
<Poptip title="提示标题" content="标签一的内容" transfer>
|
||||
<Poptip title="提示标题" content="标签一的内容">
|
||||
<Button id="aaa">点击显示</Button>
|
||||
<div slot="content">
|
||||
<Button @click='loadData(15)'>15条数据</Button>
|
||||
|
|
|
@ -96,7 +96,9 @@
|
|||
},
|
||||
transfer: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
default () {
|
||||
return this.$IVIEW.transfer === '' ? false : this.$IVIEW.transfer;
|
||||
}
|
||||
},
|
||||
popperClass: {
|
||||
type: String
|
||||
|
|
Loading…
Add table
Reference in a new issue