1.0.1 • Published 5 years ago

black-hook-ui v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Install

yarn add black-book-ui

Quick Start

import Vue from 'vue'
import BlackBookUi from 'black-book-ui'

Vue.use(BlackBookUi)

Demo

Loading组件

显示Loading:this.$showLoading()

隐藏Loading:$hideLoading()

Toast组件

this.$toast({title: '提示文字'})

Alert组件

 this.$alert({
        title: '你有我帅嘛?'
      })

参数说明:

  • title : 提示标题

  • content : 提示内容

  • confirmText :确认按钮的文本,默认为"确定"

  • cancelText :退出按钮的文本,默认为"取消"

  • showCancel :是否显示取消按钮,转为true

  • theme:完善中

  • type:完善中

1.0.1

5 years ago

1.0.0

5 years ago