mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-08 23:44:44 +00:00
5 lines
82 B
Vue
5 lines
82 B
Vue
<template>
|
|
<div class="md-card-content">
|
|
<slot></slot>
|
|
</div>
|
|
</template>
|