mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-09 16:04:45 +00:00
7 lines
134 B
Vue
7 lines
134 B
Vue
<template>
|
|
<i class="md-icon material-icons">
|
|
<slot></slot>
|
|
</i>
|
|
</template>
|
|
|
|
<style lang="scss" src="./mdIcon.scss"></style>
|