update
This commit is contained in:
@@ -179,10 +179,10 @@ export default {
|
|||||||
this.random = _.random(0, 10000000000);
|
this.random = _.random(0, 10000000000);
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* Update settings for user
|
* Update settings for user
|
||||||
* @param {string} key
|
* @param {string} key
|
||||||
* @param {*} data
|
* @param {*} data
|
||||||
*/
|
*/
|
||||||
updateRootSettings(key, data) {
|
updateRootSettings(key, data) {
|
||||||
this.$emit("updateSettings", {
|
this.$emit("updateSettings", {
|
||||||
data: data,
|
data: data,
|
||||||
|
|||||||
Reference in New Issue
Block a user