Skip to content

Commit

Permalink
fix(loading): wrong function name
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed May 30, 2024
1 parent 0867477 commit d29d77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/directives/loading.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const loadingDirective: Directive = {
}
},
unmounted(el) {
el?.instance?.destroy();
el?.instance?.destory();
},
};

Expand Down

0 comments on commit d29d77f

Please sign in to comment.