Invalid closeonclickmodal for popup component in mint-ui

mt-popup.course-detail(v-model="courseDetailShow", position="right", closeOnClickModal="false", v-cloak)
The

document describes that the popup component can use the closeOnClickModal parameter to set whether the modal can be clicked to close, but it is not useful to set it.
document address: popup component

Mar.20,2021

: closeOnClickModal= "false" is generally dynamically bound to have an effect.
if you write directly: closeOnClickModal= "false" parses it as a string


: closeOnClickModal= "false" is preceded by a colon


< mt-popup v false model = "popupVisible" vMutual false = "false" > it is necessary to bind v-bind, but my Google browser reminds me to use close-on-click-modal < codeshelper id=0

Menu