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:
parent
9cedeb23ca
commit
085cdc4a2d
2 changed files with 2 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue