Skip to content

Commit

Permalink
docs(xComponentMixin): fix @link of deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
joseacabaneros committed Jun 20, 2024
1 parent 81314dd commit 55a4b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/x-components/src/components/x-component.mixin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import { AnyXModule } from '../x-modules/x-modules.types';
* @param module - The module associated to the X-Component using this mixin.
* @returns Mixin for the module.
* @public
* @deprecated Use `XPlugin.registerXModule(xModule)` or {@link InstallXOptions.initialXModules}
* instead.
* @deprecated Use `XPlugin.registerXModule(xModule)` or `initialXModules` in
* {@link InstallXOptions | x-installer} instead.
*/
export function xComponentMixin(module: AnyXModule): ComponentOptions<Vue> {
XPlugin.registerXModule(module);
Expand Down

0 comments on commit 55a4b10

Please sign in to comment.