Skip to content

Instantly share code, notes, and snippets.

@mdickin
Created November 10, 2018 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdickin/9693fb9d59725b20f199c935c124b89a to your computer and use it in GitHub Desktop.
Save mdickin/9693fb9d59725b20f199c935c124b89a to your computer and use it in GitHub Desktop.
VS Code snippets
These are placed in the appropriate json file
---------------------------------------
"Vue Component": {
"prefix": "vuec",
"body": [
"import Vue from 'vue'",
"import { Component, Prop, Watch } from 'vue-property-decorator';",
"",
"@Component({",
" components: {",
" }",
"})",
"export default class $1Component extends Vue {",
"",
"}"
],
"description": "Add test description block"
},
-------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment