mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-23 06:15:49 +00:00
6 lines
91 B
Vue
6 lines
91 B
Vue
|
|
<template>
|
||
|
|
<div class="md-dialog-title md-title">
|
||
|
|
<slot></slot>
|
||
|
|
</div>
|
||
|
|
</template>
|