10000 styles(CNavLink): add missing comma · devas-37/coreui-vue@09687fb · GitHub
[go: up one dir, main page]

Skip to content

Commit 09687fb

Browse files
committed
styles(CNavLink): add missing comma
1 parent e7deb6e commit 09687fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/nav/CNavLink.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const CNavLink = defineComponent({
5151
},
5252
{
5353
default: () => slots.default && slots.default(),
54-
}
54+
},
5555
)
5656
},
5757
})

0 commit comments

Comments
 (0)
0