diff --git a/web/vue/src/composables/unrefElement/index.ts b/web/vue/src/composables/unrefElement/index.ts index 3089e63..2cca254 100644 --- a/web/vue/src/composables/unrefElement/index.ts +++ b/web/vue/src/composables/unrefElement/index.ts @@ -18,11 +18,11 @@ export type UnRefElementReturn = T extend * @returns {UnRefElementReturn} - The unwrapped element or undefined. * * @example - * const element = useTemplateRef('element'); + * const element = useTemplateRef('element'); * const result = unrefElement(element); // result is the element instance * * @example - * const component = useTemplateRef('component'); + * const component = useTemplateRef('component'); * const result = unrefElement(component); // result is the component instance * * @since 0.0.11