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" /> <i class="warning icon-fw icon icon-dot-open dot-icon" />
</slot> </slot>
<template slot="popover"> <template #popper>
<div class="upgrade-info mb-10"> <div class="upgrade-info mb-10">
<div v-if="repoInfo" class="repoInfo"> <div v-if="repoInfo" class="repoInfo">
<div class="row"> <div class="row">

View File

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

View File

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

View File

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

View File

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