Skip to content

Commit 5c3d15f

Browse files
committed
feat: category content list, post template, category template
1 parent 3827609 commit 5c3d15f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/App.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<pre class="p-4 bg-light font-weight-bold">{{JSON.stringify(detail, null, 4)}}</pre>
1313
</div>
1414
<div class="card-footer">
15-
<b-button
16-
variant="primary"
15+
<button
16+
class="btn btn-primary"
1717
@click.prevent="detail = null"
1818
>
1919
Close
20-
</b-button>
20+
</button>
2121
</div>
2222
</div>
2323
<p>Selected rows: {{selected.length}}</p>

0 commit comments

Comments
 (0)