Fix linting issues
This commit is contained in:
parent
7366131817
commit
a5939ffb50
21 changed files with 117 additions and 118 deletions
|
@ -8,13 +8,13 @@
|
|||
<script>
|
||||
export default {
|
||||
props: {
|
||||
application: Object,
|
||||
application: Object
|
||||
},
|
||||
|
||||
data() {
|
||||
data () {
|
||||
return {
|
||||
starred: false
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
Reference in a new issue