mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-13 17:53:18 +00:00
5 lines
91 B
Vue
5 lines
91 B
Vue
<template>
|
|
<div class="md-dialog-title md-title">
|
|
<slot></slot>
|
|
</div>
|
|
</template>
|