$ gnpm install @gidc-ebank-parts-h5-standard/vx-gidc-acronym-index
import VxAcronymIndex from '@/components/vx-acronym-index';
// 页面内局部引入
export default {
components: {
[VxAcronymIndex.name]: VxAcronymIndex,
},
};
// 全局引入
Vue.component(VxAcronymIndex.name, abcIndex);
<vx-acronym-index :list="itemList">
your items list here
</vx-acronym-index>
属性 | 说明 | 类型 | 默认值 | 备注 |
---|---|---|---|---|
list |
索引对象列表 | Array |
[] |
- |
默认插槽
Copyright 2013 - present © cnpmjs.org | Home |