Skip to content

Commit

Permalink
fix: modal close attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
g0ngjie committed Jun 29, 2023
1 parent a006268 commit ebe515b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ajax-proxy",
"private": true,
"description": "Modify your Ajax response to test",
"version": "2.2.4",
"version": "2.2.5",
"scripts": {
"dev": "pnpm -C ./packages/vue-panels serve",
"watch": "run-p watch:lib watch:chrome",
Expand Down
2 changes: 1 addition & 1 deletion packages/shell-chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Ajax Proxy",
"version": "2.2.4",
"version": "2.2.5",
"description": "Modify your Ajax response to test",
"author": "Gj",
"icons": {
Expand Down
2 changes: 2 additions & 0 deletions packages/vue-panels/src/views/interceptor/modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
:title="title"
:visible.sync="isShow"
:before-close="handleClose"
:close-on-click-modal="false"
:close-on-press-escape="false"
top="1%"
width="80%"
>
Expand Down
2 changes: 2 additions & 0 deletions packages/vue-panels/src/views/redirector/modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
:title="title"
:visible.sync="isShow"
:before-close="handleClose"
:close-on-click-modal="false"
:close-on-press-escape="false"
top="1%"
width="80%"
>
Expand Down

0 comments on commit ebe515b

Please sign in to comment.