Commit 953d02c723b950ed9bf4c930610ecb12b3c632a2
1 parent
6b498dd1
update Tooltip maxWidth prop type
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
examples/routers/tooltip.vue
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | <Button @click="handleChange">change</Button> |
8 | 8 | </Tooltip> |
9 | 9 | <Button @click="handleChange">change</Button> |
10 | - <Poptip title="Title" content="content"> | |
10 | + <Poptip title="Title" transfer width="250" content="我的文本超级无敌长我的文本超级无敌长我的文本超级无敌长我的文本超级无敌长我的文本超级无敌长我的文本超级无敌长"> | |
11 | 11 | <Button>Click</Button> |
12 | 12 | </Poptip> |
13 | 13 | </div> | ... | ... |