UNPKG

wux

Version:

微信小程序 - 自定义组件

15 lines (13 loc) 231 B
import { $wuxLoading } from '../../components/wux' Page({ data: {}, onLoad() {}, showLoading() { $wuxLoading.show({ text: '数据加载中', }) setTimeout(() => { $wuxLoading.hide() }, 1500) }, })