Last active
April 14, 2016 16:17
-
-
Save malinky/0bc47d3f9f46b89b423855f0a488587c to your computer and use it in GitHub Desktop.
Sublime snippet for a Vueify based component.
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
<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