Skip to content

Commit b126c75

Browse files
authored
Merge pull request bootstrap-vue#10 from vizo/patch-1
Remove white spaces
2 parents 5f1af82 + c6e4148 commit b126c75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/alert.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
},
3232
props: {
3333
show: {
34-
type: Boolean,
35-
default: false,
36-
required: true
34+
type: Boolean,
35+
default: false,
36+
required: true
3737
},
3838
state: {
3939
type: String,

0 commit comments

Comments
 (0)