1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 00:35:26 +03:00

chore: move injecte_methods to modules

This commit is contained in:
Tomas Chmelevskij 2021-03-01 17:54:25 +01:00
parent 9cedeb23ca
commit 085cdc4a2d
2 changed files with 2 additions and 3 deletions

View file

@ -3,6 +3,7 @@
// in the future it should be pure. This means it should
// explicitly export things used by other parts of the app.
import '../js/localization.js';
import '../js/injected_methods';
import i18next from 'i18next';
import Vue from "vue";
import vueI18n from "./vueI18n.js";