Interface IRCKitComponentContext
Methods
computed
- computed<T>(fn: (() => T)): T
Type Parameters
Parameters
Returns T
ref
- ref<T>(value?: T): { value?: T }
Type Parameters
T = null | string | number | boolean
Parameters
Returns { value?: T }
reactive
- reactive(obj: object): any
Parameters
Returns any
getLanguage
Returns string
getCurrentUserId
- getCurrentUserId(): string
Returns string
Proxy the computed method of Vue to facilitate the use of computed properties in business.