HTML Editor go on
This commit is contained in:
@@ -694,10 +694,10 @@ export const useUserStore = defineStore('UserStore', {
|
||||
this.usersList = [...usersList]
|
||||
},
|
||||
|
||||
setlang($router: Router, newstr: string) {
|
||||
setlang($q: any, $router: Router, newstr: string) {
|
||||
console.log('SETLANG', newstr)
|
||||
this.lang = newstr
|
||||
toolsext.setLangAtt($router, newstr)
|
||||
toolsext.setLangAtt($q, $router, newstr)
|
||||
tools.localStSetItem(toolsext.localStorage.lang, this.lang)
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user