chore: format
This commit is contained in:
parent
4cd5ee39e7
commit
b53d46fb0a
3 changed files with 4 additions and 4 deletions
|
|
@ -43,7 +43,7 @@ const useAddressStore = defineStore('api-address', () => {
|
|||
async function fetchProvince() {
|
||||
if (province.value) return province.value;
|
||||
|
||||
const res = await api.get<Province[]>(`/address/province`);
|
||||
const res = await api.get<Province[]>('/address/province');
|
||||
|
||||
if (!res) return false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue