vx-vue 0.8.0 → 0.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/vxvue.es.js +716 -675
- package/dist/vxvue.umd.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -56,9 +56,9 @@ If `activeIndex` is an array multiple panels can be open at the same time; if it
|
|
|
56
56
|
### AccordionPanel
|
|
57
57
|
**Only** useful as child component of an Accordion component.
|
|
58
58
|
|
|
59
|
-
| props
|
|
60
|
-
|
|
61
|
-
| `show [Boolean]
|
|
59
|
+
| props | events | slots |
|
|
60
|
+
|------------------------------------------|----------------------------------|-----------------------|
|
|
61
|
+
| `show [Boolean]`<br>`disabled [Boolean]` | `keyup`<br>`keydown`<br>`select` | `header`<br>`default` |
|
|
62
62
|
|
|
63
63
|
|
|
64
64
|
### Autocomplete
|