src/App.vue
@@ -74,6 +74,7 @@ mounted() { window.document.documentElement.setAttribute("data-theme", this.theme); changeTheme(this.theme); this.GET_UERS_KYC(); }, components: { // loading: Loading, @@ -81,7 +82,7 @@ }, methods: { ...mapActions("home", [SET_KEFU]), ...mapActions("user", [SET_CONFIG]), ...mapActions("user", [SET_CONFIG, "GET_UERS_KYC"]), ...mapMutations("language", ["setLanguage"]), ...mapMutations("home", [SET_CURRENCY]), async init() {