fix: todo

pull/262/head^2
xingyu4j 2025-11-11 15:26:52 +08:00
parent 7b0bb55df0
commit 16b42afc93
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@ export function setupFormCreate(app: App) {
components.forEach((component) => {
app.component(component.name as string, component);
});
// TODO @xingyu这里为啥 app.component('AMessage', message); 看官方是没有的; 需要额外引入
app.component('AMessage', message);
formCreate.use(install);
app.use(formCreate);