rax-components
rax-components copied to clipboard
Rax base components
Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 1.6.0. Release notes Sourced from axios's releases. Release v1.6.0 Release notes: Bug Fixes CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232) dns: fixed lookup function decorator...
修复ssr页面渲染时,由于ssr文档的分页器个数和注水时个数不一致导致报错的问题
Ensure valid `document.documentElement.style` under SSR to make `swiper.js` works correctly.
问题:在使用 vite 构建原 rax 应用(依赖了部分 rax 组件,如 rax-view),构建时发生如下错误: ``` Uncaught TypeError: Cannot create property '__cache' on string '.rax-view-v2 { box-sizing: border-box; display: flex; flex-direction: column; flex-shrink: 0; align-content: flex-start; border:...
https://github.com/raxjs/rax-components/blob/master/packages/rax-swiper/src/web/params-list.js 文件限制了可以透传的参数,其中modules相关的参数需要新加creativeEffect,否则无法使用这个效果
把 modules 参数开放出来
as swiper8 website Demo:https://codesandbox.io/p/sandbox/1mpwfu?file=/src/App.jsx in rax. however no effect
ScrollView设置为横向滚动,调用scrollIntoView时会多滚动一点