This website works better with JavaScript
Home
Explore
Help
Register
Sign In
six.fe
/
admin
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix: modalheader dblclick (#2628)
zty
2 years ago
parent
1095d44110
commit
b0a45d4739
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
src/components/Modal/src/components/ModalHeader.vue
+ 0
- 1
src/components/Modal/src/components/ModalHeader.vue
View File
@@ -17,6 +17,5 @@
},
title: { type: String },
},
- emits: ['dblclick'],
});
</script>