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 {
|
export default {
|
||||||
props: [
|
props: [
|
||||||
'button',
|
'button',
|
||||||
|
'status',
|
||||||
'extra',
|
'extra',
|
||||||
'status',
|
'status',
|
||||||
'funcArg',
|
'funcArg',
|
||||||
|
|
|
@ -77,7 +77,7 @@
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
<template #content>
|
<template #content>
|
||||||
<StatusBookmarkFolderMenu v-if="button.name === 'bookmark'" :status="$attrs.status" />
|
<StatusBookmarkFolderMenu v-if="button.name === 'bookmark'" :status="status" />
|
||||||
</template>
|
</template>
|
||||||
</Popover>
|
</Popover>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue