Skip to content

Commit

Permalink
Fix deprecated slot property
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Torchia <[email protected]>
  • Loading branch information
torchiaf committed Dec 7, 2023
1 parent 7f394d2 commit c3b55fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/harvester/components/novnc/NovncConsoleItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default {
>
<span :class="{ open: getOpenStatus(key, pos) }" class="p-10 hand" @click="addKeys({ key, pos })">{{ item.label }}</span>

<template slot="popover">
<template v-slot:popover>
<novnc-console-item :items="item.keys" :path="path" :pos="pos+1" @update="addKeys" @send-keys="sendKeys" />
</template>
</v-popover>
Expand Down

0 comments on commit c3b55fa

Please sign in to comment.