Skip to content

Commit 51e2303

Browse files
committed
fix(CNavItem): class is now a required property; closes #305
1 parent bd2af61 commit 51e2303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/coreui-vue/src/components/nav/CNavItem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { CNavLink } from './CNavLink'
44
import type { ComponentProps } from '../../utils/ComponentProps'
55

66
interface CNavItemProps extends ComponentProps<typeof CNavLink> {
7-
as?: string
7+
as: string
88
class?: string
99
}
1010

0 commit comments

Comments
 (0)