0.1.4 • Published 4 years ago

ganglonggou-by-page v0.1.4

Weekly downloads
17
License
-
Repository
-
Last release
4 years ago

岗隆购-包邮页面

API

Props
参数说明类型默认值必须
apiBaseUrlapi接口基础头,example:http://xx/api/string-true
headOpen是否需要头部撑开booleantruefalse
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"
    />