Merge branch 'lint'
This commit is contained in:
commit
12864e10b1
21 changed files with 117 additions and 118 deletions
src/components/Application
|
@ -53,18 +53,18 @@ import StarToggle from '@/components/Application/StarToggle'
|
|||
export default {
|
||||
components: {
|
||||
ApplicationTags,
|
||||
StarToggle,
|
||||
StarToggle
|
||||
},
|
||||
|
||||
props: {
|
||||
application: Object,
|
||||
display: String,
|
||||
id: Number,
|
||||
id: Number
|
||||
},
|
||||
|
||||
data() {
|
||||
data () {
|
||||
return {
|
||||
starred: false,
|
||||
starred: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue