Skip to content

osuuu/u-loading

Repository files navigation

u-loading

A vue loading plug-in

Install

npm i u-loading --save

Import

//  Introduced in main.js

import  uLoading  from  'u-loading'
Vue.use(uLoading);

Use

<uLoading></uLoading>

Attributes

parameter explain type optional default
type Animation Number 1~92 1
zIndex z-index Number -- 1000
fixed full screen Boolean true / false true
bgColor Mask layer color String -- #263238
radius Mask layer fillet String -- 0px
bottom bottom side Boolean true / false false

About

A vue loading plug-in

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published