From bf710d1261699716bc197dc8cbdda0a9107b493a Mon Sep 17 00:00:00 2001 From: cookfront Date: Wed, 15 Mar 2017 17:28:17 +0800 Subject: [PATCH] fix toast --- docs/examples-docs/toast.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/examples-docs/toast.md b/docs/examples-docs/toast.md index 24381ebb5..db83c28ae 100644 --- a/docs/examples-docs/toast.md +++ b/docs/examples-docs/toast.md @@ -26,7 +26,7 @@ export default { }; -## Dialog组件 +## Toast ### 基础用法 @@ -56,6 +56,7 @@ export default { }; ``` +::: ### API