style: add missing trailing commas (#9387)
This commit is contained in:
parent
9314ceae36
commit
f1fd1d2585
79 changed files with 320 additions and 320 deletions
|
|
@ -31,8 +31,8 @@ const props = withDefaults(defineProps<{
|
|||
}>(), {
|
||||
value: {
|
||||
note: null,
|
||||
detailed: false
|
||||
}
|
||||
detailed: false,
|
||||
},
|
||||
});
|
||||
|
||||
let id: any = $ref(props.value.note);
|
||||
|
|
@ -47,6 +47,6 @@ watch(id, async () => {
|
|||
|
||||
note = await os.api('notes/show', { noteId: props.value.note });
|
||||
}, {
|
||||
immediate: true
|
||||
immediate: true,
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue