fix: apply ESLint rule vue/component-name-in-template-casing
This commit is contained in:
@@ -41,7 +41,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<note-list
|
||||
<NoteList
|
||||
:is-fetching="uiFlags.isFetching"
|
||||
:notes="notes"
|
||||
@add="onAdd"
|
||||
|
||||
Reference in New Issue
Block a user