From 15e90cbc52f17600d1dea119553c20f77176b7fe Mon Sep 17 00:00:00 2001 From: c0dedance <38075730+c0dedance@users.noreply.github.com> Date: Sun, 16 Oct 2022 15:20:52 +0800 Subject: [PATCH] feat: init result component (#17) --- src/components/Data/result.story.vue | 70 ++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 src/components/Data/result.story.vue diff --git a/src/components/Data/result.story.vue b/src/components/Data/result.story.vue new file mode 100644 index 0000000..6ba623f --- /dev/null +++ b/src/components/Data/result.story.vue @@ -0,0 +1,70 @@ + + + + + +Used to give feedback on the result of user's operation or access exception. + +## Basic usage + +Result usage + +## Customized content + +