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
|
|
@ -24,7 +24,7 @@ import { defineComponent } from 'vue'
|
|||
export default defineComponent({
|
||||
name: 'AvatarState',
|
||||
props: {
|
||||
state: String
|
||||
state: { type: String, default: undefined, required: false }
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue