Skip to content

Commit d79d7f2

Browse files
committed
chore: resolve jsdoc misuse
1 parent 5b42496 commit d79d7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-final-modal/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ declare module '@vue/runtime-core' {
3737
export interface ComponentCustomProperties {
3838
/**
3939
* Vue Final Modal global state for the modal components and also provides
40-
* functions that can be used to control the modal components. @see {Vfm}
40+
* functions that can be used to control the modal components. {@link Vfm}
4141
*/
4242
$vfm: Vfm
4343
}

0 commit comments

Comments
 (0)