Notification New Group
This commit is contained in:
@@ -30,6 +30,13 @@ export default defineComponent({
|
||||
//
|
||||
}
|
||||
|
||||
function getnotifbydir(dir: string) {
|
||||
const myrec = profile.value.notifs.find((rec: any) => rec.dir === dir)
|
||||
if (myrec) {
|
||||
return myrec.value
|
||||
}
|
||||
}
|
||||
|
||||
onMounted(mounted)
|
||||
|
||||
return {
|
||||
@@ -41,6 +48,7 @@ export default defineComponent({
|
||||
globalStore,
|
||||
toolsext,
|
||||
profile,
|
||||
getnotifbydir,
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user