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