mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
[build] 0.10.4
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
### 定制主题
|
||||
## 定制主题
|
||||
|
||||
`Vant`提供了一套默认主题,CSS 命名采用 BEM 的风格,方便使用者覆盖样式。如果你想完全替换主题色或者其他样式,可以使用下面的方法:
|
||||
|
||||
|
@@ -59,7 +59,7 @@ import TreeSelect from './tree-select';
|
||||
import Uploader from './uploader';
|
||||
import Waterfall from './waterfall';
|
||||
|
||||
const version = '0.10.3';
|
||||
const version = '0.10.4';
|
||||
const components = [
|
||||
Actionsheet,
|
||||
AddressEdit,
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vant-css",
|
||||
"version": "0.10.3",
|
||||
"version": "0.10.4",
|
||||
"description": "vant css.",
|
||||
"main": "lib/index.css",
|
||||
"style": "lib/index.css",
|
||||
|
Reference in New Issue
Block a user