### 商品导航

#### API

##### GoodsAction

|          参数          |                             说明                             |   类型    | 默认值  | 版本  |
| :--------------------: | :----------------------------------------------------------: | :-------: | :-----: | :---: |
| safe-area-inset-bottom | 是否开启 iPhone X 底部安全区适配，需要在 `viewport` meta 标签中设置 `viewport-fit=cover` | `Boolean` | `false` | 0.1.0 |

##### GoodsActionButton

|   参数   |      说明      |   类型    | 默认值  | 版本  |
| :------: | :------------: | :-------: | :-----: | :---: |
|   text   |    按钮文字    | `String`  |    -    | 0.1.0 |
| primary  | 是否为橙色按钮 | `Boolean` | `false` | 0.1.0 |
| disabled |  是否禁用按钮  | `Boolean` | `false` | 0.1.0 |
| icon |  图标类型  | `String` | - | 0.3.1 |
| size |  图标尺寸  | `String` | - | 0.3.1 |
| info |  图标标记  | `String` | - | 0.3.1 |

##### GoodsActionIcon

|    参数    |        说明        |      类型       | 默认值 | 版本  |
| :--------: | :----------------: | :-------------: | :----: | :---: |
|    text    |      按钮文字      |    `String`     |   -    | 0.1.0 |
|    icon    |        图标        |    `String`     |   -    | 0.1.0 |
| icon-class |    图标额外类名    |      `any`      |   -    | 0.1.0 |
|    info    | 图标右上角提示信息 | `String|Number` |   -    | 0.1.0 |

#### Event

##### GoodsActionButton

| 事件名 |     说明     |     参数     | 版本  |
| :----: | :----------: | :----------: | :---: |
| click  | 按钮点击事件 | event: Event | 0.1.0 |

##### GoodsActionIcon

| 事件名 |     说明     |     参数     | 版本  |
| :----: | :----------: | :----------: | :---: |
| click  | 按钮点击事件 | event: Event | 0.1.0 |

