Skip to content

Commit e29ba9f

Browse files
committed
fix b-card properties
1 parent b77c359 commit e29ba9f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Vue_Full_Project/src/views/components/Tables.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="animated fadeIn">
33
<div class="row">
44
<div class="col-lg-6">
5-
<b-card haeder="<i class='fa fa-align-justify'></i> Simple Table">
5+
<b-card header="<i class='fa fa-align-justify'></i> Simple Table">
66
<table class="table">
77
<thead>
88
<tr>
@@ -69,7 +69,7 @@
6969
</div><!--/.col-->
7070

7171
<div class="col-lg-6">
72-
<b-card haeder="<i class='fa fa-align-justify'></i> Striped Table">
72+
<b-card header="<i class='fa fa-align-justify'></i> Striped Table">
7373
<table class="table table-striped">
7474
<thead>
7575
<tr>
@@ -139,7 +139,7 @@
139139
<div class="row">
140140

141141
<div class="col-lg-6">
142-
<b-card haeder="<i class='fa fa-align-justify'></i> Condensed Table">
142+
<b-card header="<i class='fa fa-align-justify'></i> Condensed Table">
143143
<table class="table table-sm">
144144
<thead>
145145
<tr>
@@ -206,7 +206,7 @@
206206
</div><!--/.col-->
207207

208208
<div class="col-lg-6">
209-
<b-card haeder="<i class='fa fa-align-justify'></i> Bordered Table">
209+
<b-card header="<i class='fa fa-align-justify'></i> Bordered Table">
210210
<table class="table table-bordered">
211211
<thead>
212212
<tr>
@@ -276,7 +276,7 @@
276276

277277
<div class="row">
278278
<div class="col-12">
279-
<b-card haeder="<i class='fa fa-align-justify'></i> Combined All Table">
279+
<b-card header="<i class='fa fa-align-justify'></i> Combined All Table">
280280
<table class="table table-bordered table-striped table-sm">
281281
<thead>
282282
<tr>

0 commit comments

Comments
 (0)