1.0.1 • Published 3 years ago

@foxit/custom-loading v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

@foxit/custom-loading

介绍

  • 用于局部加载loading,可使用自定义图片,可加载json格式的lottie动画

使用

binding 参数

  • demo v-customLoading="{ value: !showPage, resolver, source: require("./something") hideText: true, width: "200px" }"
  • mode <String> 显示模式图片|lottie
  • source require(path)图像资源 为空使用默认图片
  • text 自定义文本
  • resolver lottie解析器 npm i lottie-web import lottie(解析器) from "lottie-web";
  • hideText <Boolean> 是否隐藏文本
  • width <String> 默认300px