+emit: click:new

This commit is contained in:
cgfhtw
2023-07-04 14:38:20 +02:00
parent 16356d8a5c
commit 3798720ee0
+2 -1
View File
@@ -39,7 +39,8 @@ export const CoreFilterCmpt = {
TableDownload
},
emits: [
'nwNewEntry'
'nwNewEntry',
'click:new'
],
props: {
onNwNewEntry: Function, // NOTE(chris): Hack to get the nwNewEntry listener into $props