提交 ac71eeb1 编写于 作者: D DCloud_LXH

chore: showToast

上级 6f00f494
//#region Functions
import { reactive, nextTick, watch, watchEffect } from 'vue'
import { reactive, nextTick, watch } from 'vue'
import { extend } from '@vue/shared'
import {
defineAsyncApi,
......@@ -27,7 +27,7 @@ import type {
import { once } from '@dcloudio/uni-shared'
//#endregion
export let showToastState: ToastProps
let showToastState: ToastProps
let showType: 'onShowToast' | 'onShowLoading' | '' = ''
let timeoutId: number
const onHidePopupOnce = /*#__PURE__*/ once(() => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册