biome format --write
This commit is contained in:
parent
8372348148
commit
9262e803ec
415 changed files with 54076 additions and 17419 deletions
|
|
@ -4,17 +4,15 @@ import { getBookmarkFolderEntries } from 'src/components/navigation/filter.js'
|
|||
import { useBookmarkFoldersStore } from 'src/stores/bookmark_folders'
|
||||
|
||||
export const BookmarkFoldersMenuContent = {
|
||||
props: [
|
||||
'showPin'
|
||||
],
|
||||
props: ['showPin'],
|
||||
components: {
|
||||
NavigationEntry
|
||||
NavigationEntry,
|
||||
},
|
||||
computed: {
|
||||
...mapState(useBookmarkFoldersStore, {
|
||||
folders: getBookmarkFolderEntries
|
||||
})
|
||||
}
|
||||
folders: getBookmarkFolderEntries,
|
||||
}),
|
||||
},
|
||||
}
|
||||
|
||||
export default BookmarkFoldersMenuContent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue