mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-04-24 16:44:51 +00:00
5 lines
82 B
Vue
5 lines
82 B
Vue
<template>
|
|
<div class="md-card-actions">
|
|
<slot></slot>
|
|
</div>
|
|
</template>
|