Skip to content

Instantly share code, notes, and snippets.

@pciapcib
Last active May 20, 2017 12:44
Show Gist options
  • Save pciapcib/c79ebf9de6c2b65533908d362cf01d8e to your computer and use it in GitHub Desktop.
Save pciapcib/c79ebf9de6c2b65533908d362cf01d8e to your computer and use it in GitHub Desktop.
Vue file template
<template lang="jade">
</template>
<script>
// import { } from '../../vuex/getters'
// import { } from '../../vuex/actions'
export default {
vuex: {
getters: {
},
actions: {
}
},
data () {
return {
}
},
props: {
},
watch: {
},
computed: {
},
methods: {
},
events: {
},
ready () {
},
components: {
}
}
</script>
<style lang="sass" scoped>
@import "../../assets/sass/base/fn"
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment