iview/examples/routers/poptip.vue

13 lines
251 B
Vue
Raw Normal View History

<template>
2017-06-07 16:31:57 +08:00
<div>
<Poptip trigger="focus" title="提示标题" content="提示内容">
<i-input placeholder="输入框的 focus"></i-input>
</Poptip>
</div>
</template>
<script>
export default {
2017-06-07 16:31:57 +08:00
}
2016-10-28 17:24:52 +08:00
</script>