diff --git a/examples/assets/images/duotai.svg b/examples/assets/images/duotai.svg
new file mode 100644
index 000000000..e8735a0f9
--- /dev/null
+++ b/examples/assets/images/duotai.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/examples/components/side-nav.vue b/examples/components/side-nav.vue
index f39e51c39..92e5e234b 100644
--- a/examples/components/side-nav.vue
+++ b/examples/components/side-nav.vue
@@ -85,12 +85,12 @@
margin: 8px 12px 12px 0;
img {
- width: 36px;
+ width: 42px;
}
}
- &:nth-child(2) a img {
- width: 42px;
+ &:first-child a img {
+ width: 36px;
}
}
}
@@ -130,9 +130,14 @@
+
+
+
diff --git a/examples/docs/en-US/input.md b/examples/docs/en-US/input.md
index 5dda70869..e3091caac 100644
--- a/examples/docs/en-US/input.md
+++ b/examples/docs/en-US/input.md
@@ -642,7 +642,7 @@ Search data from server-side.
| Attribute | Description | Type | Accepted Values | Default |
| ----| ----| ----| ---- | ----- |
-|type| type of input | string | text / textarea | text |
+|type| type of input | string | text, textarea and other [native input types](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types) | text |
|value| binding value | string / number| — | — |
|maxlength| same as `maxlength` in native input | number| — | — |
|minlength| same as `minlength` in native input | number | — | — |
diff --git a/examples/docs/es/input.md b/examples/docs/es/input.md
index 9f3ff4f68..f02002601 100644
--- a/examples/docs/es/input.md
+++ b/examples/docs/es/input.md
@@ -622,7 +622,7 @@ Búsqueda de datos desde el servidor.
| Atributo | Descripción | Tipo | Valores aceptados | Por defecto |
| ------------- | ---------------------------------------- | ---------------- | -------------------------------- | ----------- |
-| type | tipo de input | string | text / textarea | text |
+| type | tipo de input | string | text, textarea and other [native input types](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types) | text |
| value | valor enlazado | string / number | — | — |
| maxlength | igual que `maxlength` en el input nativo | number | — | — |
| minlength | igual que `minlength` en el input nativo | number | — | — |
diff --git a/examples/docs/zh-CN/input.md b/examples/docs/zh-CN/input.md
index 4079232f4..14decf201 100644
--- a/examples/docs/zh-CN/input.md
+++ b/examples/docs/zh-CN/input.md
@@ -798,7 +798,7 @@ export default {
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
|------------- |---------------- |---------------- |---------------------- |-------- |
-| type | 类型 | string | text,textarea和其他[input的type值](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types) | text |
+| type | 类型 | string | text,textarea 和其他 [原生 input 的 type 值](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types) | text |
| value | 绑定值 | string / number | — | — |
| maxlength | 原生属性,最大输入长度 | number | — | — |
| minlength | 原生属性,最小输入长度 | number | — | — |
diff --git a/examples/pages/template/index.tpl b/examples/pages/template/index.tpl
index 03ebd814e..d79af5046 100644
--- a/examples/pages/template/index.tpl
+++ b/examples/pages/template/index.tpl
@@ -296,8 +296,15 @@
Next Generation API-first CMS
+