1.0.4 • Published 1 year ago

@szlx/custom-modal v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

封装 uni.showModal

主要处理问题统一确认按钮的位置在右边

Installtion

npm i @szlx/custom-modal

Usage

// main.js
import Vue from 'vue'
import CustomModal from '@szlx/custom-modal'
Vue.use(CustomModal)

// xxx.vue调用
this.$confirm({})

// js 中调用
import { showModal } from '@szlx/custom-modal'
showModal({})

Install Options

参数名说明类型必填默认值
name原型名称stringfalse$confirm
defaultTitle默认标题stringfalse提示
defaultConfirmText默认确认按钮问题stringfalse确认
defaultCancelText默认取消按钮问题stringfalse取消

showModal Custom Props

参数名说明类型必填默认值
onOk确认回调functionfalse-
onCancel取消回调functionfalse-
1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago