v-slim-dialog
Slim Dialog for Vuejs.
Installation
Usage
Options params
Name | Type | Required | Default value | Info |
---|---|---|---|---|
title | String | No | Title of modal | |
okLabel | String | No | OK | Label of button OK |
cancelLabel | String | No | Cancel | Label of button cancel |
size | String('sm'or'lg') | No | Size of modal | |
prompt | Object | No | Hash for prompt {value: '', component: VueComponent} |
In your component
alert
confirm
prompt
Sample custom prompt Component
This is the default component if you do not report