refactor: mentions
parent
10d0a91c55
commit
c0be57a359
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue