Skip to content
On this page

弹出框

基础用法

代码示例
js
<template>
    <pied-button click="handel">open</pied-button>
</template>

<script>
import { message } from 'pied-design-ui'
const handel = () => {
    message('success', 'open of success !')
}
</script>

Released under the MIT License.