Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

useIvemConfig

Usage

import { useIvemConfig } from '@ivem/kit-vue'
 
const config = useIvemConfig()

Parameters

  • None

Return Type

  • Config

Examples

const config = useIvemConfig()
console.log(config.state)

Related