You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| data-id | String | null | A required property to identify the component instance |
65
66
| v-model | Number | null | A required property which represents the quantity to be updated |
67
+
| data-id | String | null | A data property to identify the component instance |
66
68
67
69
## Events
68
70
69
71
| Event name | Trigger |
70
72
| ------------- | ---- |
71
-
| update:quantity| Called when the quantity is changed (e.g., 1-9 is selected from the menu, Update button is clicked)|
73
+
| update:quantity | Called when the quantity is changed (e.g., 1-9 is selected from the menu, Update button is clicked). Event object sent includes `id` and `qty` properties.|
72
74
| remove:quantity | Called when the 0 is selected from the menu) |
0 commit comments