Updated ssr option for SEO.
Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
11
store/index.js
Normal file
11
store/index.js
Normal file
@ -0,0 +1,11 @@
|
||||
export const state = () => {
|
||||
return {
|
||||
lang: 'ru',
|
||||
}
|
||||
}
|
||||
|
||||
export const mutations = {
|
||||
set_lang(state, value) {
|
||||
state.lang = value
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user