0.0.6 • Published 2 years ago

fu-loading v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago