mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-15 10:43:12 +00:00
18 lines
240 B
Vue
18 lines
240 B
Vue
|
|
<template>
|
||
|
|
<section>
|
||
|
|
<md-divider></md-divider>
|
||
|
|
|
||
|
|
<md-divider class="md-inset"></md-divider>
|
||
|
|
</section>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<style lang="scss" scoped>
|
||
|
|
section {
|
||
|
|
margin: 24px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.md-divider {
|
||
|
|
margin-top: 24px;
|
||
|
|
}
|
||
|
|
</style>
|