Vue.js version | Package version | Type definition | Branch |
---|---|---|---|
2.x | ~2.x | No | master |
2.x | 3.x | Yes | 3.x |
-
commands
# npm npm i @gn5r/vue-common-confirm # yarn yarn add @gn5r/vue-common-confirm
If you do not install Vuetify run the command.
# using vue-cli-vuetify-plugin vue add vuetify
-
dependencies
- vue:^2.6.12
- vuetify:^2.6.2
preparing...
props | description | type | default |
---|---|---|---|
value | show / hide flag of dialog | Boolean | false |
title | title text | String | undefined |
title-icon | icon to display in front of the title | String | undefined |
title-color | toolbar color | String | undefined |
message | message text | String | undefined |
buttons | action button | Array | [] |
closable | show / hide flag of close icon to dialog | Boolean | false |
width | component width | Number or String | undefined |
Copyright (c) 2021 shangyuan.tuolang