UNPKG

tian-yan-yan

Version:

一套不算好用的组件

12 lines (8 loc) 250 B
/* * 标题-值显示组件 * @author: 张文 * @date 2022-06-16 * */ import tyTitleValueCell from "./index.vue"; tyTitleValueCell.install = Vue => Vue.component(tyTitleValueCell.name, tyTitleValueCell) export default tyTitleValueCell