mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-04-10 09:51:08 +00:00
5 lines
81 B
Vue
5 lines
81 B
Vue
<template>
|
|
<div class="md-card-header">
|
|
<slot></slot>
|
|
</div>
|
|
</template>
|