@lx-vue-materiel/info-table

> TODO: description

Usage no npm install needed!

<script type="module">
  import lxVueMaterielInfoTable from 'https://cdn.skypack.dev/@lx-vue-materiel/info-table';
</script>

README

@lx-vue-materiel/info-table

用于展示表格类信息,比如配置信息、基本信息等。在集团后台、二手车中心有使用。

Usage

const infoTable = require('@lx-vue-materiel/info-table');

使用demo

<template>
  <div>
    <info-table
      title="基本信息"
      :infoList='[{"subTitle":"子标题1","items":[{"title":"车辆VIN码","value":"LB1WA5884A8008781"},{"title":"表显里程(公里)","value":"2832566"},{"title":"排量(L)","value":"3.982"},{"title":"排放标准","value":"低于国一"}]}]'
    />
  </div>
</template>

完整用法可以查阅 https://vue-materiel.lixinio.com 中看