UNPKG

@nuxt/ui

Version:

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.

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