mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-11 21:23:47 +08:00
解决查看更新日志的 modal 对话框点击右上角的叉不能关闭的问题
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
* @Copyright 1024创新实验室
|
* @Copyright 1024创新实验室
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<a-modal title="更新日志" width="700px" :open="visibleFlag" @close="onClose" >
|
<a-modal title="更新日志" width="700px" :open="visibleFlag" @cancel="onClose" >
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<pre>{{ content }}</pre>
|
<pre>{{ content }}</pre>
|
||||||
|
|||||||
Reference in New Issue
Block a user