mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-26 15:44:00 +00:00
7 lines
121 B
Vue
7 lines
121 B
Vue
<template>
|
|
<ul class="md-list">
|
|
<slot></slot>
|
|
</ul>
|
|
</template>
|
|
|
|
<style lang="scss" src="./mdList.scss"></style>
|