Update geocode store to use new naming pattern
This commit is contained in:
parent
67dcb87b81
commit
347e8dcb86
4 changed files with 7 additions and 7 deletions
|
|
@ -2,7 +2,7 @@ import { defineStore } from "pinia";
|
|||
import { ref } from "vue";
|
||||
import type { Geocode, Location } from "@/type/api";
|
||||
|
||||
export const useGeocodeStore = defineStore("geocode", () => {
|
||||
export const useStoreGeocode = defineStore("geocode", () => {
|
||||
// State
|
||||
const loading = ref(false);
|
||||
const error = ref(null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue