Skip to content

Instantly share code, notes, and snippets.

@edmondyip
Last active January 23, 2018 03:42
Show Gist options
  • Select an option

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

Select an option

Save edmondyip/ad7a07af89aea0b9289650321e7dffea to your computer and use it in GitHub Desktop.
Data
<script>
import SVGMorpheus from "@/assets/svg-morpheus"
export default {
data: function () {
return {
target: this.$route.name,
svgBg: null,
svgList: [{
name: 'home',
path: ['M260,341V141H460V341Z']
}, {
name: 'test',
path: ['M357.75,136C409,136,461.5,190,461.5,241.75,461.5,306,417,343.5,357.75,343.5,298,343.5,258,295,258,241.75,258,185,304.75,136,357.75,136Z'
]
}, {
name: 'square',
path: ['M-100,100V-100H100V100Z','M620,574V374H820V574Z']
}, {
name: 'circle',
path: ['M717.75-103.5C769-103.5,821.5-49.5,821.5,2.25,821.5,66.5,777,104,717.75,104,658,104,618,55.5,618,2.25,618-54.5,664.75-103.5,717.75-103.5Z','M-2.25,376.5c51.25,0,103.75,54,103.75,105.75C101.5,546.5,57,584-2.25,584-62,584-102,535.5-102,482.25-102,425.5-55.25,376.5-2.25,376.5Z']
}]
}
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment