Fix v-dropdown - template element

Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
Francesco Torchia 2024-09-30 15:29:58 +02:00
parent 128d240ec6
commit 4ba0cf92ee
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393
5 changed files with 5 additions and 5 deletions

View File

@ -193,7 +193,7 @@ export default {
<i class="warning icon-fw icon icon-dot-open dot-icon" />
</slot>
<template slot="popover">
<template #popper>
<div class="upgrade-info mb-10">
<div v-if="repoInfo" class="repoInfo">
<div class="row">

View File

@ -85,7 +85,7 @@ export default {
<i class="icon icon-warning icon-lg text-warning" />
</span>
<template slot="popover">
<template #popper>
<p
v-for="(message, index) in warningMessage" :key="index">
{{ index + 1 }}. {{ message }}

View File

@ -139,7 +139,7 @@ export default {
<i class="icon icon-warning icon-lg text-warning" />
</span>
<template slot="popover">
<template #popper>
<div
@mouseenter="showMessage(true)"
@mouseleave="showMessage(false)"

View File

@ -69,7 +69,7 @@ export default {
<i class="icon icon-warning icon-lg text-warning" />
</span>
<template slot="popover">
<template #popper>
<p class="warning-message">
{{ warningMessage }}
</p>

View File

@ -181,7 +181,7 @@ export default {
<i class="icon icon-warning icon-lg text-warning" />
</span>
<template slot="popover">
<template #popper>
<p>
{{ row.clusterNetworkErrorMessage }}
</p>