Commit 11df1e78 authored by Sendya's avatar Sendya

cleanup

parent 3023bbee
{
"name": "@ant-design-vue/pro-layout",
"version": "3.1.0-alpha.9",
"version": "3.1.0-alpha.10",
"license": "MIT",
"files": [
"dist",
......
......@@ -208,7 +208,6 @@ const defaultPageHeaderRender = (
if (!title && title !== false) {
pageHeaderTitle = value.title;
}
console.info('value.breadcrumb', value.breadcrumb);
const breadcrumb = restProps.breadcrumb || {
...(value.breadcrumb || {}),
routes: unref(value.breadcrumb?.routes),
......@@ -254,7 +253,6 @@ const PageContainer = defineComponent({
const headerContent = getPropsSlot(slots, props, 'content');
const extra = getPropsSlot(slots, props, 'extra');
const extraContent = getPropsSlot(slots, props, 'extraContent');
console.info('value', value);
return (
<div class={`${prefixedClassName.value}-warp`}>
{defaultPageHeaderRender(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment