doc.md 370 B

Cell 列表组件

介绍

列表项,可组成列表。

安装

import { createApp } from 'vue';
import { Cell } from '@nutui/nutui';

const app = createApp();
app.use(Cell);

代码示例

基本用法

Cell to 有值的时候,跳转路由,click-cell 点击 cell触发事件


单元格大小