ganglonggou-by-page
v0.1.4
Published
岗隆购包邮组件
Downloads
2
Readme
岗隆购-包邮页面
API
Props
| 参数 | 说明 | 类型 | 默认值 | 必须 | | ---- | ---- | ---- | ---- | ---- | | apiBaseUrl | api接口基础头,example:http://xx/api/ | string | - | true | | headOpen | 是否需要头部撑开 | boolean | true | false |
Events
| 事件名 | 说明 | 回调参数 | | ---- | ---- | ---- | | goods-card-click | 商品位点击触发 | goodsInfo | | back-click | 点击返回按钮 | - |
Example
- main.js
import ByPage from 'ganglonggou-by-page/dist/ganglonggou-by-page.common';
import 'ganglonggou-by-page/dist/ganglonggou-by-page.css'
Vue.use(ByPage);- 使用
<by-page :api-base-url="apiBaseUrl"
:head-open="true"
@goods-card-click="goodsCardClick"
@back-click="backClick"
/>