Skip to content

弹窗

效果

暂无

使用

js
import ShowZTDialog from 'zt-api'

function getname() {
  ShowZTDialog()
    .then(res => {
      console.log(res)
    })
    .catch(err => {
      console.log(err)
    })
}

一个兼备常用方法和UI的库~