Coder Social home page Coder Social logo

dimple-smile / dimple-uni-scroll Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 2.0 914 KB

一个用于uniapp的scroll-view组件,基于swiper滑动实现极致体验的下拉刷新和上拉加载。

Home Page: dimple-uni-scroll.vercel.app

Vue 78.17% HTML 4.45% JavaScript 8.95% SCSS 8.44%

dimple-uni-scroll's Issues

vue3 cli项目, h5和小程序不同平台的下拉刷新显示差异

h5平台,下拉刷新始终显示在页面上,除非下拉时不到”松开刷新“时就松开。
而微信小程序平台正常。

最小重现

npx degit dcloudio/uni-preset-vue#vite-ts my-vue3-project
cd my-vue3-project
npx @dcloudio/uvm alpha
npm i @dcloudio/[email protected] -D # npm安装的时候peer依赖错误要求该版本
npm i @dimple-smile/[email protected]

# 安装后的大部分依赖版本应该是3.0.0-alpha-3061620221230002 或 3.0.0-alpha-3070620230227001
<template>
  <view style="height: 100%">
    <dimple-uni-scroll :total="-1" :skip="-1" :limit="3">
      <view>上面始终出现了下拉刷新</view>
    </dimple-uni-scroll>
  </view>
</template>
<script setup lang="ts">
import dimpleUniScroll from "@dimple-smile/uni-scroll";
</script>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.