Skip to content

Instantly share code, notes, and snippets.

@danielschmitz
Created July 7, 2016 12:42
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 danielschmitz/18ef0daac07b6d4f53c1b02e4e1e3542 to your computer and use it in GitHub Desktop.
Save danielschmitz/18ef0daac07b6d4f53c1b02e4e1e3542 to your computer and use it in GitHub Desktop.
var vm = new Vue({
el: '#example',
data: {
title: 'Employees'
},
computed: {
resourceEmployee: function () {
return this.$resource('employees{/id}'),
}
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment