Skip to content

Commit 99e0c7a

Browse files
author
Pooya Parsa
committed
[b-link] default href to # closes bootstrap-vue#242
1 parent 6f6494a commit 99e0c7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/components/link.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
default: null
2828
},
2929
href: {
30-
type: String
30+
type: String,
31+
default: '#'
3132
},
3233
exact: {
3334
type: Boolean,

0 commit comments

Comments
 (0)