export const useCompany = () => { const config = useRuntimeConfig() const apiBase = computed(() => config.public.apiBase) return { apiBase } }