Last active
May 20, 2017 12:44
-
-
Save pciapcib/c79ebf9de6c2b65533908d362cf01d8e to your computer and use it in GitHub Desktop.
Vue file template
This file contains 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
<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