From 3a2fef22f66b95ff6e4cf8b686f259bbf7c690b2 Mon Sep 17 00:00:00 2001 From: "huanqing.shao" Date: Sat, 23 Nov 2019 12:04:10 +0800 Subject: [PATCH] SlideLeft2Right --- .vuepress/components/FancyImage.vue | 3 +- .../fancy-images/SlideLeft2Right.vue | 176 ++++++++++++++++++ learning/README.md | 2 +- 3 files changed, 179 insertions(+), 2 deletions(-) create mode 100644 .vuepress/components/fancy-images/SlideLeft2Right.vue diff --git a/.vuepress/components/FancyImage.vue b/.vuepress/components/FancyImage.vue index ca6f936..e8abeb4 100644 --- a/.vuepress/components/FancyImage.vue +++ b/.vuepress/components/FancyImage.vue @@ -7,6 +7,7 @@ import Diamond from './fancy-images/Diamond' import Cross from './fancy-images/Cross' import Rectangle from './fancy-images/Rectangle' import Rolling from './fancy-images/Rolling' +import SlideLeft2Right from './fancy-images/SlideLeft2Right' export default { props: { @@ -17,7 +18,7 @@ export default { type: { type: String, required: false, default: 'Diamond' } }, components: { - Diamond, Cross, Rectangle, Rolling + Diamond, Cross, Rectangle, Rolling, SlideLeft2Right } } diff --git a/.vuepress/components/fancy-images/SlideLeft2Right.vue b/.vuepress/components/fancy-images/SlideLeft2Right.vue new file mode 100644 index 0000000..aad2a67 --- /dev/null +++ b/.vuepress/components/fancy-images/SlideLeft2Right.vue @@ -0,0 +1,176 @@ + + + + + diff --git a/learning/README.md b/learning/README.md index f17a430..5e1d02b 100644 --- a/learning/README.md +++ b/learning/README.md @@ -14,7 +14,7 @@ meta: