Skip to content

Instantly share code, notes, and snippets.

@gearmobile
Created September 2, 2017 15:48
Show Gist options
  • Save gearmobile/d924b00fa8f8d5f3c8886838d936d77c to your computer and use it in GitHub Desktop.
Save gearmobile/d924b00fa8f8d5f3c8886838d936d77c to your computer and use it in GitHub Desktop.
New Vuetify Component
"New Vuetify Component": {
"prefix": "vvc",
"body": [
"<template lang=\"pug\">",
"",
" v-container",
" v-layout( row )",
" flex( ${2:xs12} )",
"",
"</template>",
"",
"<script>",
" export default {",
" name: '${1:name}',",
" data () {",
" return {",
" //",
" }",
" }",
" }",
"</script>",
"",
"<style lang=\"stylus\" scoped>",
" //",
"</style>",
"",
""
],
"description": "New Vuetify Component"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment