icon: '&#xe610;'
tags:
  en:
    - loading
    - dialog
  zh-CN:
    - 加载
    - 弹窗
    - 提示
props:
  show:
    type: Boolean
    default: false
    en: visibility of the component. Use `v-model` for binding before v2.5.7, otherwise use `:show`
    zh-CN: 显示状态，在 v2.5.7 前使用`v-model`绑定，后面直接使用 `:show` 绑定
  text:
    type: String
    default: ''
    en: loading text
    zh-CN: 提示文字
  position:
    type: String
    default: 'fixed'
    en: position, default is `fixed`, you can use `absolute`
    zh-CN: 定位方式，默认为`fixed`，在100%的布局下用`absolute`可以避免抖动
  transition:
    type: String
    default: vux-mask
    en: transition name
    zh-CN: 显示动画名字
slots:
  default:
    en: content area
    zh-CN: 提示文字区域
