Browse Source

feat: 新增 CardList 组件

master
wangxiang 2 years ago
parent
commit
a1ec617be1
  1. 3
      src/views/demo/comp/card-list/index.vue

3
src/views/demo/comp/card-list/index.vue

@ -2,7 +2,6 @@ @@ -2,7 +2,6 @@
<PageWrapper title="卡片列表示例" content="基础封装">
<CardList
:params="params"
:api="demoListApi"
@get-method="getMethod"
@delete="handleDel"
>
@ -17,7 +16,7 @@ @@ -17,7 +16,7 @@
import { CardList } from '/@/components/CardList';
import { Button } from '/@/components/Button';
import { PageWrapper } from '/@/components/Page';
import { demoListApi } from '/@/api/demo/table';
//import { demoListApi } from '/@/api/demo/table';
import { useMessage } from '/@/hooks/web/useMessage';
const { notification } = useMessage();
// api

Loading…
Cancel
Save