mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
Merge branch 'dev' into next
This commit is contained in:
commit
81230dfbe7
@ -16,10 +16,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
🔥 <a href="https://youzan.github.io/vant">文档网站</a>
|
🔥 <a href="https://vant-contrib.gitee.io/vant">文档网站</a>
|
||||||
|
|
||||||
|
|
||||||
💡 <a href="https://vant-contrib.gitee.io/vant">国内镜像文档</a>
|
|
||||||
|
|
||||||
|
|
||||||
🇨🇳 <a href="./README.zh-CN.md">中文版介绍</a>
|
🇨🇳 <a href="./README.zh-CN.md">中文版介绍</a>
|
||||||
|
@ -16,10 +16,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
🔥 <a href="https://youzan.github.io/vant">文档网站</a>
|
🔥 <a href="https://vant-contrib.gitee.io/vant">文档网站</a>
|
||||||
|
|
||||||
|
|
||||||
💡 <a href="https://vant-contrib.gitee.io/vant">国内镜像文档</a>
|
|
||||||
|
|
||||||
|
|
||||||
🚀 <a href="https://github.com/youzan/vant-weapp" target="_blank">小程序版</a>
|
🚀 <a href="https://github.com/youzan/vant-weapp" target="_blank">小程序版</a>
|
||||||
@ -61,11 +58,11 @@ const app = createApp();
|
|||||||
Vue.use(Button);
|
Vue.use(Button);
|
||||||
```
|
```
|
||||||
|
|
||||||
vant 也支持按需引入、CDN 引入等方式,详细说明见 [快速上手](https://youzan.github.io/vant#/zh-CN/quickstart).
|
vant 也支持按需引入、CDN 引入等方式,详细说明见 [快速上手](https://vant-contrib.gitee.io/vant#/zh-CN/quickstart).
|
||||||
|
|
||||||
## 贡献代码
|
## 贡献代码
|
||||||
|
|
||||||
修改代码请阅读我们的 [开发指南](https://youzan.github.io/vant/#/zh-CN/contribution)。
|
修改代码请阅读我们的 [开发指南](https://vant-contrib.gitee.io/vant/#/zh-CN/contribution)。
|
||||||
|
|
||||||
使用过程中发现任何问题都可以提 [Issue](https://github.com/youzan/vant/issues) 给我们,当然,我们也非常欢迎你给我们发 [PR](https://github.com/youzan/vant/pulls)。
|
使用过程中发现任何问题都可以提 [Issue](https://github.com/youzan/vant/issues) 给我们,当然,我们也非常欢迎你给我们发 [PR](https://github.com/youzan/vant/pulls)。
|
||||||
|
|
||||||
@ -100,9 +97,8 @@ vant 也支持按需引入、CDN 引入等方式,详细说明见 [快速上手
|
|||||||
|
|
||||||
## 链接
|
## 链接
|
||||||
|
|
||||||
- [详细文档](https://youzan.github.io/vant)
|
- [详细文档](https://vant-contrib.gitee.io/vant)
|
||||||
- [更新日志](https://youzan.github.io/vant#/zh-CN/changelog)
|
- [更新日志](https://vant-contrib.gitee.io/vant#/zh-CN/changelog)
|
||||||
- [码云镜像](https://vant-contrib.gitee.io/vant)
|
|
||||||
- [Gitter 讨论组](https://gitter.im/vant-contrib/discuss?utm_source=share-link&utm_medium=link&utm_campaign=share-link)
|
- [Gitter 讨论组](https://gitter.im/vant-contrib/discuss?utm_source=share-link&utm_medium=link&utm_campaign=share-link)
|
||||||
|
|
||||||
## 手机预览
|
## 手机预览
|
||||||
|
@ -13,8 +13,8 @@ module.exports = {
|
|||||||
site: {
|
site: {
|
||||||
defaultLang: 'en-US',
|
defaultLang: 'en-US',
|
||||||
versions: [
|
versions: [
|
||||||
{ label: '1.x', link: 'https://youzan.github.io/vant/1.x/' },
|
{ label: '1.x', link: '/vant/1.x/' },
|
||||||
{ label: '3.x', link: 'https://youzan.github.io/vant/next/' },
|
{ label: '3.x', link: '/vant/next/' },
|
||||||
],
|
],
|
||||||
baiduAnalytics: {
|
baiduAnalytics: {
|
||||||
seed: 'ad6b5732c36321f2dafed737ac2da92f',
|
seed: 'ad6b5732c36321f2dafed737ac2da92f',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user