|
|
@@ -144,7 +144,7 @@ app.use(Card).use(Tag).use(Price);
|
|
|
|
|
|
```
|
|
|
:::
|
|
|
-### Prop
|
|
|
+### Props
|
|
|
|
|
|
| Attribute | Description | Type | Default |
|
|
|
|---------|--------------------------------------------|---------|-----------|
|
|
|
@@ -157,6 +157,12 @@ app.use(Card).use(Tag).use(Price);
|
|
|
| shop-name | shop-name | String | - |
|
|
|
| is-need-price | Whether price display is required| Boolean | true |
|
|
|
|
|
|
+### Events
|
|
|
+
|
|
|
+| Event | Description | Arguments |
|
|
|
+|----------|----------|----------|
|
|
|
+| click | click event | event: MouseEvent |
|
|
|
+
|
|
|
|
|
|
### Slots
|
|
|
|