新版本官网优化完成
This commit is contained in:
@@ -9,6 +9,7 @@ const props = withDefaults(
|
||||
data?: any;
|
||||
total?: number;
|
||||
size?: ComponentSize;
|
||||
pageSize?: number;
|
||||
}>(),
|
||||
{}
|
||||
);
|
||||
@@ -28,7 +29,7 @@ const mobile = useIsMobile();
|
||||
const where = reactive<CmsArticleParam>({
|
||||
keywords: '',
|
||||
page: 1,
|
||||
limit: 20,
|
||||
limit: props.pageSize || 12,
|
||||
status: 0,
|
||||
parentId: undefined,
|
||||
categoryId: undefined,
|
||||
|
||||
Reference in New Issue
Block a user