react-vant-nova 1.0.4 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/bundle/react-vant-nova.es.js +1 -1
- package/bundle/react-vant-nova.js +1 -1
- package/bundle/react-vant-nova.min.js +1 -1
- package/es/dialog/method.js +1 -1
- package/lib/dialog/method.js +1 -1
- package/package.json +16 -16
- package/LICENSE +0 -21
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<img alt="logo" src="https://cdn.jsdelivr.net/gh/3lang3/react-vant@main/public/logo.svg" width="200" style="margin-bottom: 10px;">
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
|
-
<h1 align="center">React Vant(此版本兼容 React 19)</h1>
|
|
5
|
+
<h1 align="center">React Vant Nova (此版本兼容 React 19)</h1>
|
|
6
6
|
|
|
7
7
|
<p align="center">📱 A mobile component library based on the <strong>React</strong> framework according to <a href="https://github.com/youzan/vant">Vant</a>.</p>
|
|
8
8
|
|
|
@@ -90,10 +90,10 @@ ReactDOM.render(<App />, mountNode);
|
|
|
90
90
|
- [Astro](https://github.com/3lang3/react-vant-template/tree/main/next/astro)
|
|
91
91
|
- [Vite](https://github.com/3lang3/react-vant-template/tree/main/next/vite)
|
|
92
92
|
|
|
93
|
-
For more information, please refer to [QuickStart](https://react-vant.
|
|
93
|
+
For more information, please refer to [QuickStart](https://react-vant.fenewbee.com//guide/quickstart).
|
|
94
94
|
|
|
95
95
|
## 🤝 交流与支持
|
|
96
96
|
|
|
97
97
|
- 反馈问题:[GitHub Issues](https://github.com/prayone/react-vant-nova/issues)
|
|
98
98
|
- 开发交流:添加微信 wpp_rvn(备注「react-vant-nova」)
|
|
99
|
-
- 文档地址:https://react-vant.
|
|
99
|
+
- 文档地址:[https://react-vant.fenewbee.com//](https://react-vant.fenewbee.com/)
|