mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-23 22:35:49 +00:00
5 lines
84 B
Vue
5 lines
84 B
Vue
<template>
|
|
<div class="md-dialog-content">
|
|
<slot></slot>
|
|
</div>
|
|
</template>
|