Skip to content

Instantly share code, notes, and snippets.

@joeczucha
Created July 17, 2018 11:40
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 joeczucha/dbe8c7c8cc31680f5f1fb2e998a6d8b4 to your computer and use it in GitHub Desktop.
Save joeczucha/dbe8c7c8cc31680f5f1fb2e998a6d8b4 to your computer and use it in GitHub Desktop.
<template>
</template>
<script>
export default {
data() {
return {};
},
props: [],
// props: {},
methods: {},
computed: {},
created() {},
beforeCompile() {},
compiled() {},
ready() {},
attached() {},
detached() {},
beforeDestroy() {},
destroyed() {},
directives: {},
elementDirectives: {},
filters: {},
components: {},
transitions: {},
partials: {},
inherit: false,
events: {},
watch: {},
mixins: [],
name: ""
};
/* https://012.vuejs.org/api/options.html */
</script>
<style scoped>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment