Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a4fe1db1
authored
Mar 23, 2025
by
Bin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复 Dialog 组件在 v-model 双向绑定的属性无效果问题,问题出在弹窗的右上角按钮点击关闭后,未通知父组件变更
parent
20a2ced4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
src/components/Dialog/src/Dialog.vue
+1
-0
No files found.
src/components/Dialog/src/Dialog.vue
View file @
a4fe1db1
...
...
@@ -68,6 +68,7 @@ const dialogStyle = computed(() => {
draggable
class=
"com-dialog"
:show-close=
"false"
@
close=
"$emit('update:modelValue', false)"
>
<template
#
header=
"
{ close }">
<div
class=
"relative h-54px flex items-center justify-between pl-15px pr-15px"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment