refactor: mentions

refactor-mentions
tangjinzhou 2021-07-07 21:25:38 +08:00
parent 10d0a91c55
commit c0be57a359
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ export const MentionsOption = {
/* istanbul ignore next */
Mentions.install = function (app: App) {
app.component(Mentions.name, Mentions);
app.component('AMentionsOption', Option);
app.component(MentionsOption.name, MentionsOption);
return app;
};