如何在离子卡上使用页脚.试过这些例子如下,但没有工作.请帮忙
.HTML
<ion-card class="dashboardgraph">
<ion-card-header class="cardheader">
CNC 10
</ion-card-header>
<ion-footer class="cardfooter">
footer here ///
</ion-footer>
</ion-card>
Run Code Online (Sandbox Code Playgroud)