国产chinesehdxxxx野外,国产av无码专区亚洲av琪琪,播放男人添女人下边视频,成人国产精品一区二区免费看,chinese丰满人妻videos

Mint UI 加載提示框-Indicator

2021-09-06 15:06 更新

加載提示框,支持自定義文本和加載圖標(biāo)。


引入

import { Indicator } from 'mint-ui';

例子

當(dāng)需要顯示加載提示框時(shí),調(diào)用 open 方法

Indicator.open();

在加載圖標(biāo)下方顯示文本

Indicator.open('加載中...');

也可以在調(diào)用時(shí)傳入一個(gè)對象

Indicator.open({
  text: '加載中...',
  spinnerType: 'fading-circle'
});

調(diào)用 close 方法將其關(guān)閉

Indicator.close();

API

參數(shù) 說明 類型 可選值 默認(rèn)值
text 文本內(nèi)容 String
spinnerType 加載圖標(biāo)的類型 String 'snake'
'fading-circle'
'double-bounce'
'triple-bounce'
'snake'


實(shí)例演示

以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號