Redesign with toolbar
This commit is contained in:
13
resources/js/settingsStore.js
Normal file
13
resources/js/settingsStore.js
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
import { reactive } from 'vue';
|
||||
|
||||
export const settingsStore = reactive({
|
||||
countries: "",
|
||||
country: "",
|
||||
field: "",
|
||||
text: "",
|
||||
currency: "EUR",
|
||||
online: false,
|
||||
ccountry_filter: [["Country"]],
|
||||
settings: {},
|
||||
});
|
||||
Reference in New Issue
Block a user