update Poptip style

This commit is contained in:
梁灏 2018-06-22 14:47:58 +08:00
parent ac50d539aa
commit 46c07066c8
4 changed files with 22 additions and 3 deletions

View file

@ -1,12 +1,15 @@
<template>
<div>
<Tooltip always placement="top" transfer :content="text" :delay="1000">
<Tooltip always placement="top" transfer :content="text" :delay="1000" theme="dark">
<Button @click="disabled = true">延时1秒显示</Button>
</Tooltip>
<Tooltip placement="top" transfer :content="text">
<Button @click="handleChange">change</Button>
</Tooltip>
<Button @click="handleChange">change</Button>
<Poptip title="Title" content="content">
<Button>Click</Button>
</Poptip>
</div>
</template>
<script>