mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
chore: fix typo in messageBox.ts comments (#18612)
This commit is contained in:
@@ -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<
|
||||
|
||||
Reference in New Issue
Block a user