Fix eslint warnings
This commit is contained in:
parent
fba72e723f
commit
7b10670a88
6 changed files with 19 additions and 10 deletions
|
|
@ -41,7 +41,9 @@ function createSomeNotes() {
|
|||
.map(({ it }) => it);
|
||||
}
|
||||
|
||||
onMounted(() => createSomeNotes());
|
||||
onMounted(() => {
|
||||
createSomeNotes();
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue