Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
b0a45d47396eb571e68a7919012454af75d6bd80
Authored by
zty
2023-03-15 13:22:57 +0800
Committed by
GitHub
2023-03-15 13:22:57 +0800
1 parent
1095d441
fix: modalheader dblclick (#2628)
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/components/Modal/src/components/ModalHeader.vue
src/components/Modal/src/components/ModalHeader.vue
View file @
b0a45d4
...
...
@@ -17,6 +17,5 @@
17
17
},
18
18
title: { type: String },
19
19
},
20
- emits: ['dblclick'],
21
20
});
22
21
</script>
...
...