fix bookmarks folders
This commit is contained in:
parent
b831f34c06
commit
bd99d3e9d5
2 changed files with 2 additions and 1 deletions
|
@ -51,6 +51,7 @@ library.add(
|
|||
export default {
|
||||
props: [
|
||||
'button',
|
||||
'status',
|
||||
'extra',
|
||||
'status',
|
||||
'funcArg',
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
/>
|
||||
</template>
|
||||
<template #content>
|
||||
<StatusBookmarkFolderMenu v-if="button.name === 'bookmark'" :status="$attrs.status" />
|
||||
<StatusBookmarkFolderMenu v-if="button.name === 'bookmark'" :status="status" />
|
||||
</template>
|
||||
</Popover>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue