mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
chore: fix typo in messageBox.ts comments (#18612)
This commit is contained in:
parent
fbac6c6f56
commit
e671076556
@ -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<
|
||||
|
Loading…
Reference in New Issue
Block a user