UNPKG

@bitrix24/b24ui-nuxt

Version:

Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE

5 lines (4 loc) 161 B
import { reactive } from "vue"; import appConfig from "#build/app.config"; const _appConfig = reactive(appConfig); export const useAppConfig = () => _appConfig;