Skip to content

Commit 2b8f19e

Browse files
fix(nav-form): correct component declaration (bootstrap-vue#1206)
1 parent c55d4ca commit 2b8f19e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/components/nav-form.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
<script>
88
import bForm from './form.vue';
9-
9+
1010
export default {
11-
components: [bForm],
11+
components: {bForm},
1212
props: {
1313
id: {
1414
type: String,

0 commit comments

Comments
 (0)