vuetify-confirm-box
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,3 +5,3 @@ { | ||
"description": "This plugin make the vuetify custom confirm prompts easier and fluent", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "dist/VuetifyConfirmBox.umd.js", | ||
@@ -14,2 +14,12 @@ "module": "dist/VuetifyConfirmBox.esm.js", | ||
}, | ||
"keywords": [ | ||
"vuejs", | ||
"vue", | ||
"vuetify", | ||
"materialdesign", | ||
"confirm", | ||
"dialog", | ||
"confirmbox", | ||
"confirmation" | ||
], | ||
"bugs": { | ||
@@ -16,0 +26,0 @@ "url": "https://github.com/farhadnowzari/vuetify-confirm-box/issues" |
@@ -14,3 +14,3 @@ # Vuetify Confirm Box | ||
## Usage | ||
Now overall your app you can open the `confirmation box` with the following code from withing other `vue components`. | ||
Now from every vue component in your app, you can open the `confirmation box` with the following codes. | ||
``` | ||
@@ -17,0 +17,0 @@ this.$confirm.info("a message", "a title {optional}"); //shows an info box |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
81009