# 触发方式
```html
悬浮
I wish they all could be California girls
点击
I wish they all could be California girls
手动
I wish they all could be California girls
```
```js
export default {
data() {
return {
showPopover: false
};
}
};
```
```css
.n-button {
margin: 0 12px 8px 0;
}
```