From 5a1b0bc2c2ac46658dc82e29f50cfca0140f38d9 Mon Sep 17 00:00:00 2001 From: Sendya <18x@loacg.com> Date: Thu, 10 Oct 2019 15:26:41 +0800 Subject: [PATCH] fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots --- components/result/__tests__/__snapshots__/demo.test.js.snap | 3 --- components/result/demo/403.md | 2 +- components/result/demo/404.md | 2 +- components/result/demo/500.md | 2 +- components/result/demo/customIcon.md | 2 +- components/result/demo/error.md | 2 +- components/result/demo/info.md | 2 +- components/result/demo/success.md | 2 +- components/result/demo/warning.md | 2 +- types/ant-design-vue.d.ts | 2 ++ types/result.d.ts | 4 ++-- 11 files changed, 12 insertions(+), 13 deletions(-) diff --git a/components/result/__tests__/__snapshots__/demo.test.js.snap b/components/result/__tests__/__snapshots__/demo.test.js.snap index 3268f0800..fbcd0e50d 100644 --- a/components/result/__tests__/__snapshots__/demo.test.js.snap +++ b/components/result/__tests__/__snapshots__/demo.test.js.snap @@ -35,7 +35,6 @@ exports[`renders ./components/result/demo/customIcon.md correctly 1`] = `
Great, we have done all the operations!
-
`; @@ -70,7 +69,6 @@ exports[`renders ./components/result/demo/info.md correctly 1`] = `
Your operation has been executed
-
`; @@ -92,7 +90,6 @@ exports[`renders ./components/result/demo/warning.md correctly 1`] = `
There are some problems with your operation.
-
`; diff --git a/components/result/demo/403.md b/components/result/demo/403.md index d1606da22..88d86d9f1 100644 --- a/components/result/demo/403.md +++ b/components/result/demo/403.md @@ -8,7 +8,7 @@ you are not authorized to access this page. -```html +```tpl