Skip to content

Commit

Permalink
Merge pull request #6 from briwa/patch-1
Browse files Browse the repository at this point in the history
Fix a tiny typo
  • Loading branch information
yaodingyd authored Apr 7, 2019
2 parents a8dc60d + 49619d5 commit b085e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slideshows/introducing-eagle/IntroducingEagle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
p(v-if="childWindow") I can be a note too!<eg-code-comment :active='step === 4' enter='flipInY'>This would only show on parent window</eg-code-comment>
eg-transition(enter='bounceInLeft' leave='bounceOutLeft')
p(v-if="step >= 5")
| It might be counter-intuitive that '(v-if="parentWindow")' is acutually child window. It's because it means this window has a parent window, thus making itself a child window.
| It might be counter-intuitive that '(v-if="parentWindow")' is actually child window. It's because it means this window has a parent window, thus making itself a child window.
eg-transition(enter='bounceInLeft' leave='bounceOutLeft')
p(v-if="step >= 6")
| But the good thing is that you can put notes in either parent window or child window, so it really doesn't matter!
Expand Down

0 comments on commit b085e90

Please sign in to comment.