category:
  en: Feedback
  zh-CN: 弹窗提示
icon: '&#xe65f;'
tags:
  en:
    - popover
    - float menu
    - tooltip
  zh-CN:
    - 弹窗
    - 菜单
    - 提示
props:
  content:
    type: String
    default: ''
    en: content of the popover
    zh-CN: 弹出窗口内容
  placement:
    type: String
    default: ''
    en: position of the popover
    zh-CN: 弹出窗口位置
    enum:
      - top
      - right
      - bottom
      - left
  gutter:
    type: Number
    default: 5
    en: the gutter between trigger element and popover arrow
    zh-CN: 箭头和触发元素之间的距离
slots:
  default:
    en: trigger element
    zh-CN: 触发元素
  content:
    en: content of the popover
    zh-CN: 弹窗内容
events:
  on-show:
    en: triggers when popover shows
    zh-CN: 弹窗显示时触发
  on-hide:
    en: triggers when popover hides
    zh-CN: 弹窗隐藏时触发
changes:
  v2.9.0:
    en:
      - '[fix] fix position in fixed container #2590'
    zh-CN:
      - '[fix] 修复在 fixed 容器里定位不正确 #2590'
  v2.0.0:
    en:
      - '[todo] wrong position if changing locale'
    zh-CN:
      - '[todo] 当切换i18n语言时，位置不正确'

