First steps of license store system
This commit is contained in:
@@ -35,7 +35,7 @@ export const useFilesStore = defineStore('filesStore', {
|
||||
},
|
||||
|
||||
/**
|
||||
* Request all available static files on server
|
||||
* Request static files on server by selected folder
|
||||
*/
|
||||
async getStaticFiles() {
|
||||
this.fetchInProgress = true
|
||||
|
||||
@@ -6,6 +6,7 @@ import { CityModel } from "../data/models/locations/cityModel";
|
||||
import { fetchAllCities } from "../data/api/cityApi";
|
||||
import { LocationDetailsApiModel } from "@/data/models/locations/locationDetailsApiModel";
|
||||
import { useFeedbackStore } from "./feedback.store";
|
||||
import { getData, getTag } from "exif-js";
|
||||
|
||||
export const useLocationStore = defineStore("locationStore", {
|
||||
state: () => ({
|
||||
|
||||
Reference in New Issue
Block a user