vueComponent / pro-components

easy use `Ant Design Vue` layout
MIT License
534 stars 215 forks source link

[BUG] GlobalFooter中传递links无法渲染 #273

Open mansion-sun opened 1 year ago

mansion-sun commented 1 year ago

🐛 Bug 描述 Bug description

GlobalFooter中传递links,copyright无法渲染links数组,仅渲染copyright

🏞 期望结果 Desired result

GlobalFooter中传递links,copyright可渲染links数组及copyright

🚑 其他信息 Other information

<GlobalFooter :links="[ { title: 'Pro Layout', href: 'https://www.github.com/vueComponent/pro-layout', blankTarget: true }, { title: 'Github', href: 'https://www.github.com/vueComponent/ant-design-vue-pro', blankTarget: false } ]" :copyright="'Copyright 2023北京神州宏图科技有限公司 v1.0.1'" />

"@ant-design-vue/pro-layout": "^1.0.12",
"ant-design-vue": "^1.7.8",
"vue": "^2.6.14",
"vuex": "^3.6.2",

chrome:版本 108.0.5359.72(正式版本) (64 位) 系统:Windows 10 专业版 64 位操作系统, 基于 x64 的处理器

1676515007626