chore(ci): improve webui build and lint
This commit is contained in:
parent
c23c3e0ed3
commit
5c48e3c96c
25 changed files with 76 additions and 47 deletions
|
@ -9,7 +9,7 @@ import { defineComponent } from 'vue'
|
|||
|
||||
export default defineComponent({
|
||||
props: {
|
||||
name: String
|
||||
name: { type: String, default: undefined, required: false }
|
||||
},
|
||||
computed: {
|
||||
getLogoPath () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue