40f8606f
梁灏
add Notice component
|
1
|
<template>
|
b8adf5cf
Aresn
fixed #1101
|
2
|
<div>
|
8e7ac210
Aresn
fixed #1222
|
3
4
5
6
7
8
9
10
11
|
<Poptip trigger="hover" title="提示标题" content="提示内容">
<Button>hover 激活</Button>
</Poptip>
<Poptip title="提示标题" content="提示内容">
<Button>click 激活</Button>
</Poptip>
<Poptip trigger="focus" title="提示标题" content="提示内容">
<Button>focus 激活</Button>
</Poptip>
|
b8adf5cf
Aresn
fixed #1101
|
12
13
|
<Poptip trigger="focus" title="提示标题" content="提示内容">
<i-input placeholder="输入框的 focus"></i-input>
|
9699c270
梁灏
add Poptip component
|
14
|
</Poptip>
|
bf962a69
梁灏
remove Row css - ...
|
15
|
</div>
|
40f8606f
梁灏
add Notice component
|
16
17
|
</template>
<script>
|
40f8606f
梁灏
add Notice component
|
18
|
export default {
|
b8adf5cf
Aresn
fixed #1101
|
19
|
|
40f8606f
梁灏
add Notice component
|
20
|
}
|
d6342fe1
jingsam
fixed ie bug
|
21
|
</script>
|