Skip to content

Instantly share code, notes, and snippets.

@enkot
Last active July 14, 2019 15:44
Show Gist options
  • Save enkot/63770f078fb162e525ea1dc528ef16f2 to your computer and use it in GitHub Desktop.
Save enkot/63770f078fb162e525ea1dc528ef16f2 to your computer and use it in GitHub Desktop.
new Vue({
props: {
id: Number
},
data: { posts: [] },
watch: {
id() {}
},
created() {},
methods: {
getPosts() {}
},
computed: {
postsCount() {}
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment