vue-material/src/components/mdList/mdList.vue
2016-07-19 00:19:33 -03:00

7 lines
121 B
Vue

<template>
<ul class="md-list">
<slot></slot>
</ul>
</template>
<style lang="scss" src="./mdList.scss"></style>