Skip to content

Commit

Permalink
added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yariksav committed Jul 24, 2020
1 parent dd32f32 commit 10adf63
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ Vue.use(VuetifyConfirm, {
vuetify,
buttonTrueText: 'Accept',
buttonFalseText: 'Discard',
buttonTrueColor: 'primary',
buttonFalseColor: 'grey',
buttonTrueFlat: false,
buttonFalseFlat: true,
color: 'warning',
icon: 'warning',
title: 'Warning',
Expand All @@ -66,8 +70,12 @@ property: '$confirm' will create property with this name in Vue prototype
## Params
- message: String, required
- options: Object
- buttonTrueText: String
- buttonFalseText: String
- buttonTrueText: String, default: 'Yes'
- buttonFalseText: String, default: 'No'
- buttonTrueColor: String, default: 'primary'
- buttonFalseColor: String, default: 'grey'
- buttonTrueFlat: Boolean, default: true
- buttonFalseFlat: Boolean, default: true
- color: String
- icon: String
- title: String
Expand Down

0 comments on commit 10adf63

Please sign in to comment.