mirror of
https://gitee.com/vant-contrib/vant.git
synced 2026-06-05 18:08:10 +08:00
Compare commits
3 Commits
ab702c4c28
...
d66e423ff5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d66e423ff5 | ||
|
|
da76ba3eab | ||
|
|
7b34cc30f1 |
@ -16,6 +16,14 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
|
|||||||
|
|
||||||
## Details
|
## Details
|
||||||
|
|
||||||
|
### [v2.12.13](https://github.com/youzan/vant/compare/v2.12.12...v2.12.13)
|
||||||
|
|
||||||
|
`2021-04-11`
|
||||||
|
|
||||||
|
**Feature**
|
||||||
|
|
||||||
|
- Sticky: add change event [#8479](https://github.com/youzan/vant/issues/8479)
|
||||||
|
|
||||||
### [v2.12.12](https://github.com/youzan/vant/compare/v2.12.11...v2.12.12)
|
### [v2.12.12](https://github.com/youzan/vant/compare/v2.12.11...v2.12.12)
|
||||||
|
|
||||||
`2021-04-05`
|
`2021-04-05`
|
||||||
|
|||||||
@ -16,6 +16,14 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
|
|||||||
|
|
||||||
## 更新内容
|
## 更新内容
|
||||||
|
|
||||||
|
### [v2.12.13](https://github.com/youzan/vant/compare/v2.12.12...v2.12.13)
|
||||||
|
|
||||||
|
`2021-04-11`
|
||||||
|
|
||||||
|
**Feature**
|
||||||
|
|
||||||
|
- Sticky: 新增 change 事件 [#8479](https://github.com/youzan/vant/issues/8479)
|
||||||
|
|
||||||
### [v2.12.12](https://github.com/youzan/vant/compare/v2.12.11...v2.12.12)
|
### [v2.12.12](https://github.com/youzan/vant/compare/v2.12.11...v2.12.12)
|
||||||
|
|
||||||
`2021-04-05`
|
`2021-04-05`
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vant",
|
"name": "vant",
|
||||||
"version": "2.12.12",
|
"version": "2.12.13",
|
||||||
"description": "Mobile UI Components built on Vue",
|
"description": "Mobile UI Components built on Vue",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "es/index.js",
|
"module": "es/index.js",
|
||||||
|
|||||||
@ -26,7 +26,7 @@ module.exports = {
|
|||||||
locales: {
|
locales: {
|
||||||
'zh-CN': {
|
'zh-CN': {
|
||||||
title: 'Vant',
|
title: 'Vant',
|
||||||
description: '轻量、可靠的移动端 Vue 组件库',
|
description: '轻量、可靠的移动端组件库',
|
||||||
logo: 'https://img01.yzcdn.cn/vant/logo.png',
|
logo: 'https://img01.yzcdn.cn/vant/logo.png',
|
||||||
langLabel: '中文',
|
langLabel: '中文',
|
||||||
links: [
|
links: [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user