Skip to content

Instantly share code, notes, and snippets.

@edmondyip
Created January 23, 2018 03:46
Show Gist options
  • Select an option

  • Save edmondyip/89c48c763f3082cfaaa6ece01b751277 to your computer and use it in GitHub Desktop.

Select an option

Save edmondyip/89c48c763f3082cfaaa6ece01b751277 to your computer and use it in GitHub Desktop.
Mounted
<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