use attribute binding since value should be boolean

This commit is contained in:
Harald Bamberger
2025-02-14 14:58:12 +01:00
parent b01400d21c
commit f6f06c4d5e
3 changed files with 4 additions and 4 deletions
@@ -108,7 +108,7 @@ export default {
},
template: /*html*/ `
<bs-modal v-show="!loading" ref="modalContainer" v-bind="$props" body-class="" dialog-class="modal-lg" class="bootstrap-alert" backdrop="false" >
<bs-modal v-show="!loading" ref="modalContainer" v-bind="$props" body-class="" dialog-class="modal-lg" class="bootstrap-alert" :backdrop="false" >
<template v-slot:title>
{{title}}