rloading
v1.0.3
Published
`npm i rloading` #在项目中使用 <template> <div> <RjLoading v-if="RjloadingStatus" /> </div> </template> <script> import RjLoading from 'rloading'; export default { components: { RjLoading }, data () { return {
Downloads
2
Readme
#使用方式
npm i rloading
#在项目中使用
import RjLoading from 'rloading';
export default {
components: { RjLoading },
data () {
return {
RjloadingStatus: true
};
}
};