ViewUIPlus icon indicating copy to clipboard operation
ViewUIPlus copied to clipboard

【Bug】Spin组件

Open DebugIsFalse opened this issue 1 year ago • 0 comments

在组件的onMounted调用this.$Spin.show(),然后再关闭this.$Spin.hide(),控制台报错。

export default {
   mounted () {
            this.$Spin.show()
            setTimeout(() => {
                this.$Spin.hide()
            }, 3000)
    }
}

DebugIsFalse avatar Jun 21 '24 07:06 DebugIsFalse