Created
January 23, 2018 03:46
-
-
Save edmondyip/89c48c763f3082cfaaa6ece01b751277 to your computer and use it in GitHub Desktop.
Mounted
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| mounted: function () { | |
| this.svgBg = new SVGMorpheus('#background-svg', {duration: 600, easing: 'circ-in', rotation: 'counterclock' }) | |
| this.target = this.$route.name | |
| this.change() | |
| } | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment