vue-switches
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "vue-switches", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "An on/off switch component for Vue.js with theme support.", | ||
@@ -5,0 +5,0 @@ "main": "switches.vue", |
@@ -40,3 +40,3 @@ # Vue Switches | ||
`label` - A static label to always display whether on or off. <br /> | ||
`label` - A static label to always display whether on or off. <br /> | ||
`text-enabled` - The text that displays when enabled. <br /> | ||
@@ -47,2 +47,3 @@ `text-disabled` - The text that displays when disabled. <br /> | ||
`type-bold` - Bigger style. <br /> | ||
`emit-on-mount` - By default, a "changed" event is emitted when the component mounts. To disable this, set this to false. <br /> | ||
@@ -49,0 +50,0 @@ |
Sorry, the diff of this file is not supported yet
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
14682
148