Loading图总有一款适合你

6次阅读

共计 387 个字符,预计需要花费 1 分钟才能阅读完成。

总有一款适合你的 Loading

github 地址,喜欢的可以 star 下哦

插件预览图

使用教程

1. 插件代码拷贝

  • 下载后把 components 目录下 countUp.vue 文件拷贝到自己项目目录下

2. 插件全局配置

  • 在项目里 main.js 中配置如下代码
import loading from './components/loading/loading.vue'

Vue.component('loading',loading)

3. 插件使用

  • vue 页面使用
<template>
    <view>
        <loading ></loading>
    </view>
</template>

<script>
</script>

<style>
</style>


还收集了一些其他的 Loding

Loaders.css

css-loaders

SVG-Loaders

暂时收集了这些,我相信能满足大部分人的需求了

兼容性

uni-app 项目中使用都兼容

正文完
 0