coreui/coreui-vue

CDropdownMenu Issue

slps970093 opened this issue · 1 comments

I encounter vue-tsc in typescript which throws an error

node_modules/@coreui/vue/src/components/dropdown/CDropdownMenu.ts:28:76 - error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.
No index signature with a parameter of type 'string' was found on type '{}'.

28 classNames.push(dropdown-menu${key === 'xs' ? '' : -${key}}-${alignment[key]})

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions