Replies: 1 comment
-
提供最小复现链接 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
const menuOptions: MenuOption[] = [
{
label: "历史记录",
children: [
{
label: () => h(
NAnchor,
{
showRail: true,
},
myArray.map(item => {
return h(NAnchorLink, { title: item});
})
),
key: 'no3'
},]
如以上代码,请帮我解决一下问题
Beta Was this translation helpful? Give feedback.
All reactions