vue-material/src/components/mdCard/mdCardActions.vue

5 lines
82 B
Vue

<template>
<div class="md-card-actions">
<slot></slot>
</div>
</template>