UNPKG

vue-component-toolkit

Version:

A Vue3 component toolkit library

27 lines (21 loc) 985 B
# Dialog ## Props | Prop name | Description | Type | Values | Default | | --------- | ----------- | -------------- | ------ | -------- | | title | | string | - | | | onClose | | func | - | | | ok | | string | - | 'Ok' | | cancel | | string | - | 'Cancel' | | onOk | | func | - | | | onCancel | | func | - | | | component | | object | - | | | style | | object | - | | | width | | number\|string | - | | | height | | number\|string | - | | ## Events | Event name | Properties | Description | | ---------- | ---------- | ----------- | | close | | | cancel | | | ok | | ---