refactor: edit baseUrl

This commit is contained in:
Net 2024-08-06 13:46:09 +07:00
parent ae0b4c3264
commit 2ab3cae057
3 changed files with 37 additions and 7 deletions

View file

@ -4,6 +4,8 @@ import { ComposerTranslation, useI18n } from 'vue-i18n';
import { defineStore } from 'pinia';
import { Ref, ref } from 'vue';
export const baseUrl = import.meta.env.VITE_API_BASE_URL;
export function dialog(opts: {
title: string;
message: string;