chore: fix typo in messageBox.ts comments (#18612)

This commit is contained in:
DDDDD12138 2024-10-21 19:58:42 +08:00 committed by GitHub
parent fbac6c6f56
commit e671076556
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,7 +121,7 @@ const showMessage = (options: any, appContext?: AppContext | null) => {
const instance = initInstance(options, container, appContext)!
// This is how we use message box programmably.
// This is how we use message box programmatically.
// Maybe consider releasing a template version?
// get component instance like v2.
const vm = instance.proxy as ComponentPublicInstance<