Skip to content

Instantly share code, notes, and snippets.

@gjreasoner
Created February 3, 2017 15:26
Show Gist options
  • Save gjreasoner/8466ff8ad5d2b8f46d8b3b7c798bf4ed to your computer and use it in GitHub Desktop.
Save gjreasoner/8466ff8ad5d2b8f46d8b3b7c798bf4ed to your computer and use it in GitHub Desktop.
Strip vue observer data
Vue.component('name',{
methods: {
post(){
let data = Object.assign({},this.$data);
console.log(data);
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment