mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs: fix publicPath
This commit is contained in:
parent
992eea3eeb
commit
db2e6ca12f
@ -18,3 +18,5 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
|
||||
- Major version:including breaking changes and new features.
|
||||
|
||||
## Details
|
||||
|
||||
TODO
|
||||
|
@ -19,9 +19,9 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
|
||||
|
||||
## 更新内容
|
||||
|
||||
### unreleased
|
||||
### 4.0.0-alpha.0
|
||||
|
||||
`2022-01-17`
|
||||
`2022-02-21`
|
||||
|
||||
**Feature**
|
||||
|
||||
|
@ -7,7 +7,7 @@ export default {
|
||||
packageManager: 'pnpm',
|
||||
site: {
|
||||
publicPath:
|
||||
(typeof window === 'undefined' && process.env.PUBLIC_PATH) || '/vant/',
|
||||
(typeof window === 'undefined' && process.env.PUBLIC_PATH) || '/vant/v4',
|
||||
},
|
||||
vetur: {
|
||||
tagPrefix: 'van-',
|
||||
|
Loading…
x
Reference in New Issue
Block a user