iview/examples/components/test.vue

11 lines
229 B
Vue
Raw Normal View History

<template>
<Poptip trigger="hover" title="提示标题" :transfer="true" placement="left" content="提示内容">
<Button>hover 激活</Button>
</Poptip>
</template>
<script>
export default {
}
</script>