Skip to content

Commit 749ead0

Browse files
committed
refactor(BNavbarNav): clean code
1 parent 626cb2c commit 749ead0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bootstrap-vue-3/src/components/BNav/BNavbarNav.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<ul class="navbar-nav" :class="classes">
3-
<slot></slot>
3+
<slot />
44
</ul>
55
</template>
66

0 commit comments

Comments
 (0)