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