Properties
Message
Message: { error?: MsgErrorHandel; info?: MsgInfoHandel; success?: MsgSuccessHandel; warn?: MsgWarnHandel } = ...
Type declaration
-
Optional error?: MsgErrorHandel
-
Optional info?: MsgInfoHandel
-
Optional success?: MsgSuccessHandel
-
Optional warn?: MsgWarnHandel
MessageBox
MessageBox: { prompt?: MsgBoxConfirmHandel; success?: MsgBoxSuccessHandel } = ...
Type declaration
-
Optional prompt?: MsgBoxConfirmHandel
-
Optional success?: MsgBoxSuccessHandel
Notification
Notification: { error?: NofErrorHandel; info?: NofInfoHandel; success?: NofSuccessHandel; warn?: NofWarnHandel } = ...
Type declaration
-
Optional error?: NofErrorHandel
-
Optional info?: NofInfoHandel
-
Optional success?: NofSuccessHandel
-
Optional warn?: NofWarnHandel
loading
loading: LoadingHandel
vant的提示实现类包含(对话,提示,通知)