iview/examples/routers/tooltip.vue
huixisheng c9c5e751ae [change] optimize the webapack config
[change] rename test to examples
2017-03-03 22:38:40 +08:00

10 lines
227 B
Vue

<template>
<Tooltip placement="top" content="Tooltip 文字提示" :delay="1000">
<Button @click="disabled = true">延时1秒显示</Button>
</Tooltip>
</template>
<script>
export default {
}
</script>