mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-11 03:49:07 +00:00
Forgot to add getter defined for documentTitle store module
This commit is contained in:
@@ -15,7 +15,11 @@ export default {
|
|||||||
titlePrefix: 'request',
|
titlePrefix: 'request',
|
||||||
title: undefined
|
title: undefined
|
||||||
},
|
},
|
||||||
getters: {},
|
getters: {
|
||||||
|
title: (state) => {
|
||||||
|
return state.title
|
||||||
|
}
|
||||||
|
},
|
||||||
mutations: {
|
mutations: {
|
||||||
SET_EMOJI: (state, emoji) => {
|
SET_EMOJI: (state, emoji) => {
|
||||||
state.emoji = emoji
|
state.emoji = emoji
|
||||||
|
|||||||
Reference in New Issue
Block a user