From 7b79fe3a75346e37b62ac9df2c68a7344265688e Mon Sep 17 00:00:00 2001 From: Leopoldthecoder Date: Thu, 1 Sep 2016 14:40:41 +0800 Subject: [PATCH 1/2] minor doc updates --- examples/docs/alert.md | 2 +- examples/docs/dialog.md | 2 +- examples/docs/form.md | 13 ++++++++++--- examples/docs/input.md | 5 ++++- examples/docs/message-box.md | 2 +- 5 files changed, 17 insertions(+), 7 deletions(-) diff --git a/examples/docs/alert.md b/examples/docs/alert.md index 7b2dc544d..8502902cb 100644 --- a/examples/docs/alert.md +++ b/examples/docs/alert.md @@ -23,7 +23,7 @@ ### 基本用法 -页面中的非浮层,不会自动消失 +页面中的非浮层元素,不会自动消失 ::: demo Alert 组件提供四种主题,由`type`属性指定,默认值为`info`。 ```html diff --git a/examples/docs/dialog.md b/examples/docs/dialog.md index cd1ad05de..1c66285e1 100644 --- a/examples/docs/dialog.md +++ b/examples/docs/dialog.md @@ -165,7 +165,7 @@ Dialog 组件的正文标题可以是任意的,甚至可以是表格或表单 - + diff --git a/examples/docs/form.md b/examples/docs/form.md index 3c6c16556..3a0a043b7 100644 --- a/examples/docs/form.md +++ b/examples/docs/form.md @@ -200,6 +200,9 @@