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:
- +