import { reactive } from 'vue'; export const settingsStore = reactive({ countries: "", country: "", field: "", online: false, text: "", currency: "EUR", online: false, ccountry_filter: [["Country"]], products_count: {}, ccountry_list: [], currencyCoef: 1.0, settings: {}, });