export const useEmitter = () => { const { $emitter } = useNuxtApp() return $emitter }