From 73b4abe95f516702c91487b0fba1fdf52561cef2 Mon Sep 17 00:00:00 2001 From: hejiasheng Date: Tue, 7 Aug 2018 16:46:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(action):=20=E5=AE=8C=E5=96=84action?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/markdown/modal.md | 4 ++-- docs/markdown/toast.md | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/markdown/modal.md b/docs/markdown/modal.md index 99166fec0..0fabfd244 100644 --- a/docs/markdown/modal.md +++ b/docs/markdown/modal.md @@ -22,7 +22,7 @@ import { AtModal, AtModalHeader, AtModalContent, AtModalAction } from "taro-ui" 标题 - + 这里是正文内容,欢迎加入京东凹凸实验室 这里是正文内容,欢迎加入京东凹凸实验室 这里是正文内容,欢迎加入京东凹凸实验室 @@ -30,7 +30,7 @@ import { AtModal, AtModalHeader, AtModalContent, AtModalAction } from "taro-ui" - diff --git a/docs/markdown/toast.md b/docs/markdown/toast.md index 4122f49af..25eb4cec9 100644 --- a/docs/markdown/toast.md +++ b/docs/markdown/toast.md @@ -19,7 +19,13 @@ import { AtToast } from "taro-ui" :::demo ```html - + ``` :::