0.0.6 • Published 12 months ago

fu-loading v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

fu-loading

基于ElementPlus自定义封装全局Loading插件

Install 安装

npm install fu-loading
// or
yarn add fu-loading
// or
pnpm install fu-loading

Use 使用

import { startLoading, endLoading } from 'fu-loading'

Example 示例

startLoading()
startLoading()

setTimeout(()=> {
    endLoading()

    setTimeout(()=> {
        endLoading()
    }, 3000)

}, 3000)
0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago