diff --git a/src/area/README.md b/src/area/README.md
index 4d1feadc0..72c54c68a 100644
--- a/src/area/README.md
+++ b/src/area/README.md
@@ -20,7 +20,7 @@ Vue.use(Area);
To initailize `Area` component, `area-list` property is required. Data structure will be introduced later.
```html
-
+
```
### Initial Value
@@ -28,7 +28,7 @@ To initailize `Area` component, `area-list` property is required. Data structure
To have a selected value,simply pass the `code` of target area to `value` property.
```html
-
+
```
### Columns Number
@@ -36,7 +36,7 @@ To have a selected value,simply pass the `code` of target area to `value` prop
`columns-num` property is used to config number of columns to be displayed. This component has 3 columns corresponding to a 3 level picker by default. Set `columns-num` with 2, you'll have a 2 level picker.
```html
-
+
```
### Columns Placeholder
@@ -45,9 +45,9 @@ To have a selected value,simply pass the `code` of target area to `value` prop
```html
```
diff --git a/src/area/README.zh-CN.md b/src/area/README.zh-CN.md
index d17bfcf66..60ec2a1a7 100644
--- a/src/area/README.zh-CN.md
+++ b/src/area/README.zh-CN.md
@@ -20,7 +20,7 @@ Vue.use(Area);
要初始化一个`Area`组件,你需要传入一个`area-list`属性,数据格式具体可看下面数据格式章节
```html
-
+
```
### 选中省市区
@@ -28,7 +28,7 @@ Vue.use(Area);
如果想选中某个省市区,需要传入一个`value`属性,绑定对应的省市区`code`
```html
-
+
```
### 配置显示列
@@ -36,7 +36,7 @@ Vue.use(Area);
可以通过`columns-num`属性配置省市区显示的列数,默认情况下会显示省市区,当你设置为`2`,则只会显示省市选择
```html
-
+
```
### 配置列占位提示文字
@@ -45,9 +45,9 @@ Vue.use(Area);
```html
```
diff --git a/src/area/demo/index.vue b/src/area/demo/index.vue
index 3a8c24d39..c503512c2 100644
--- a/src/area/demo/index.vue
+++ b/src/area/demo/index.vue
@@ -1,26 +1,26 @@
-
+
-
+
diff --git a/src/area/test/__snapshots__/demo.spec.js.snap b/src/area/test/__snapshots__/demo.spec.js.snap
index 95d25e6dc..1853af53c 100644
--- a/src/area/test/__snapshots__/demo.spec.js.snap
+++ b/src/area/test/__snapshots__/demo.spec.js.snap
@@ -4,7 +4,9 @@ exports[`renders demo correctly 1`] = `