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