Commit d293cc5ce766879983c5ff778da9d711ba02697d
1 parent
41918ed8
fixed #1568 and close #1593
Showing
2 changed files
with
6 additions
and
1 deletions
Show diff stats
examples/routers/tooltip.vue
1 | <template> | 1 | <template> |
2 | <div> | 2 | <div> |
3 | - <Tooltip placement="top" transfer content="Tooltip 文字提示" :delay="1000"> | 3 | + <Tooltip always placement="top" transfer content="Tooltip 文字提示" :delay="1000"> |
4 | <Button @click="disabled = true">延时1秒显示</Button> | 4 | <Button @click="disabled = true">延时1秒显示</Button> |
5 | </Tooltip> | 5 | </Tooltip> |
6 | <Tooltip placement="top" transfer content="Tooltip 文字提示"> | 6 | <Tooltip placement="top" transfer content="Tooltip 文字提示"> |