Skip to content

Instantly share code, notes, and snippets.

@malinky
Last active April 14, 2016 16:17
Show Gist options
  • Save malinky/0bc47d3f9f46b89b423855f0a488587c to your computer and use it in GitHub Desktop.
Save malinky/0bc47d3f9f46b89b423855f0a488587c to your computer and use it in GitHub Desktop.
Sublime snippet for a Vueify based component.
<snippet>
<content><![CDATA[
<template>
</template>
<script>
export default {
data () {
return {
}
},
}
</script>
<style>
</style>
]]></content>
<tabTrigger>vueify</tabTrigger>
<description>Vueify</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment