@gidc-pc-base/gidc-pbank-parts-h5-standard-vx-gidc-credit-view
'个人网银标准版项目-信用卡,双鱼座3.0.0'
Last updated 2 years ago .
MIT · · Tarball · package.json
$ gnpm install @gidc-pc-base/gidc-pbank-parts-h5-standard-vx-gidc-credit-view 
Private package

CreditView

信用卡小组件

引用

import CreditView from "@/views/system/index/components/ui-credit-view/index.vue";

// 页面内局部引入
export default {
    components: {
        CreditView,
    },
};

代码演示

<template>
  <credit-view is-login-page></credit-view>
</template>
<script>
import CreditView from "@/views/system/index/components/ui-credit-view/index.vue";
export default {
  components: {
    CreditView,
  },
};
</script>

API

CreditView Props

属性 说明 类型 默认值 备注
is-login-page 是否为登录页 Boolean false -

Current Tags

  • 0.0.7                                ...           latest (2 years ago)

1 Versions

  • 0.0.7                                ...           2 years ago
Maintainers
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (3)
Dev Dependencies (7)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org | Home |