$ gnpm install @gidc-pc-base/gidc-pbank-parts-h5-standard-vx-gidc-credit-view
信用卡小组件
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>
属性 | 说明 | 类型 | 默认值 | 备注 |
---|---|---|---|---|
is-login-page | 是否为登录页 | Boolean | false | - |
Copyright 2013 - present © cnpmjs.org | Home |