Message
Top message alert
Import
import '@omiu/message'
Or use script tag to ref it.
<script src="https://unpkg.com/@omiu/message"></script>
Usage
<o-message></o-message>
API
Props
{
type?: 'success' | 'warning' | 'info' | 'error'
message: string
showClose: boolean
center: boolean
duration: number
}
默认属性
{
duration: 3000
}