Created
September 2, 2017 15:48
-
-
Save gearmobile/d924b00fa8f8d5f3c8886838d936d77c to your computer and use it in GitHub Desktop.
New Vuetify 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
"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