import { ApiEntity } from '@/views/entity/demoentity'; const base: ApiEntity = { title: '基本使用', desc: '从堆叠到水平排列。使用单一的一组 RowCol 栅格组件,就可以创建一个基本的栅格系统,所有列(Col)必须放在 Row 内。', code: ` col-12 col-12 `, }; export default base;