Skip to content

Instantly share code, notes, and snippets.

@jdomzhang
Created May 11, 2018 09:04
Show Gist options
  • Save jdomzhang/48f943d2d88455bc90706cb2fe701a96 to your computer and use it in GitHub Desktop.
Save jdomzhang/48f943d2d88455bc90706cb2fe701a96 to your computer and use it in GitHub Desktop.
{
"vue": {
"prefix": "vue",
"body": [
"<template>",
"",
"</template>",
"",
"<style lang='scss' scoped>",
"",
"</style>",
"",
"<script>",
"export default {",
"\tdata () {",
"\t\treturn {}",
"\t}",
"}",
"</script>",
""
],
"description": "vue template"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment