We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GlobalFooter中传递links,copyright无法渲染links数组,仅渲染copyright
GlobalFooter中传递links,copyright可渲染links数组及copyright
<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 的处理器
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 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'" />
chrome:版本 108.0.5359.72(正式版本) (64 位)
系统:Windows 10 专业版 64 位操作系统, 基于 x64 的处理器
The text was updated successfully, but these errors were encountered: