mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs: update domain
This commit is contained in:
parent
4b64b1ffc4
commit
60b8906acd
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
@ -6,4 +6,4 @@ http://vant-contrib.gitee.io/vant-issue-generater
|
|||||||
|
|
||||||
Please use the link below to create a new issue, the non-standard issue will be closed.
|
Please use the link below to create a new issue, the non-standard issue will be closed.
|
||||||
|
|
||||||
https://youzan.github.io/vant-issue-generater
|
https://vant-ui.github.io/vant-issue-generater
|
||||||
|
4
.github/workflows/release-tag.yml
vendored
4
.github/workflows/release-tag.yml
vendored
@ -20,6 +20,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tag_name: ${{ github.ref }}
|
tag_name: ${{ github.ref }}
|
||||||
body: |
|
body: |
|
||||||
更新内容参见 [CHANGELOG](https://youzan.github.io/vant/#/zh-CN/changelog)。
|
更新内容参见 [CHANGELOG](https://vant-ui.github.io/vant/#/zh-CN/changelog)。
|
||||||
|
|
||||||
Please refer to [CHANGELOG](https://youzan.github.io/vant/#/en-US/changelog) for details.
|
Please refer to [CHANGELOG](https://vant-ui.github.io/vant/#/en-US/changelog) for details.
|
||||||
|
@ -61,7 +61,7 @@ import 'vant/lib/index.css';
|
|||||||
Vue.use(Button);
|
Vue.use(Button);
|
||||||
```
|
```
|
||||||
|
|
||||||
See more in [Quickstart](https://youzan.github.io/vant#/en-US/quickstart).
|
See more in [Quickstart](https://vant-ui.github.io/vant#/en-US/quickstart).
|
||||||
|
|
||||||
## Contribution
|
## Contribution
|
||||||
|
|
||||||
@ -97,8 +97,8 @@ Vant 3 supports modern browsers and Chrome >= 51、iOS >= 10.0 (same as Vue 3).
|
|||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
- [Documentation](https://youzan.github.io/vant)
|
- [Documentation](https://vant-ui.github.io/vant)
|
||||||
- [Changelog](https://youzan.github.io/vant#/en-US/changelog)
|
- [Changelog](https://vant-ui.github.io/vant#/en-US/changelog)
|
||||||
- [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)
|
||||||
|
|
||||||
## Preview
|
## Preview
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
### Tips
|
### Tips
|
||||||
|
|
||||||
The current document is the changelog of Vant 2. If you want to view the changelog of Vant 3, please visit [Vant 3 Changelog](https://youzan.github.io/vant/next/#/en-US/changelog).
|
The current document is the changelog of Vant 2. If you want to view the changelog of Vant 3, please visit [Vant 3 Changelog](https://vant-ui.github.io/vant/next/#/en-US/changelog).
|
||||||
|
|
||||||
### Intro
|
### Intro
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
### 提示
|
### 提示
|
||||||
|
|
||||||
当前文档为 Vant 2 的更新日志,如需查询 Vant 3 的更新内容,请访问 [Vant 3 更新日志](https://youzan.github.io/vant/v3/#/zh-CN/changelog)。
|
当前文档为 Vant 2 的更新日志,如需查询 Vant 3 的更新内容,请访问 [Vant 3 更新日志](https://vant-ui.github.io/vant/v3/#/zh-CN/changelog)。
|
||||||
|
|
||||||
### 介绍
|
### 介绍
|
||||||
|
|
||||||
|
@ -189,7 +189,7 @@ module.exports = {
|
|||||||
versions: [
|
versions: [
|
||||||
{
|
{
|
||||||
label: 'v1',
|
label: 'v1',
|
||||||
link: 'https://youzan.github.io/vant/v1/',
|
link: 'https://vant-ui.github.io/vant/v1/',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -16,8 +16,8 @@ yarn add @vant/icons
|
|||||||
|
|
||||||
## Document
|
## Document
|
||||||
|
|
||||||
- [Usage in Vue](https://youzan.github.io/vant/#/zh-CN/icon)
|
- [Usage in Vue](https://vant-ui.github.io/vant/#/zh-CN/icon)
|
||||||
- [Usage in Weapp](https://youzan.github.io/vant-weapp/#/icon)
|
- [Usage in Weapp](https://vant-ui.github.io/vant-weapp/#/icon)
|
||||||
|
|
||||||
## Contribution
|
## Contribution
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ function SwitchCell(
|
|||||||
) {
|
) {
|
||||||
if (process.env.NODE_ENV === 'development') {
|
if (process.env.NODE_ENV === 'development') {
|
||||||
console.warn(
|
console.warn(
|
||||||
'[Vant] "SwitchCell" component is deprecated, see: https://youzan.github.io/vant/#/zh-CN/switch-cell.'
|
'[Vant] "SwitchCell" component is deprecated, see: https://vant-ui.github.io/vant/v2/#/zh-CN/switch-cell.'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user