Skip to content

Instantly share code, notes, and snippets.

@jobcerto
Created July 12, 2017 01:48
Show Gist options
  • Save jobcerto/c71cfd312c03e5a13bcfbdd43ea9bf31 to your computer and use it in GitHub Desktop.
Save jobcerto/c71cfd312c03e5a13bcfbdd43ea9bf31 to your computer and use it in GitHub Desktop.
ralfph
export default {
props: ['resource'],
data() {
return {
attributes: {
importance: this.resource.importance,
impact: this.resource.impact,
probability: this.resource.probability,
},
ui: {
edit: true,
show: false,
focused: true
},
}
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment