mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-14 18:23:10 +00:00
17 lines
240 B
Vue
17 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>
|