0.0.5 • Published 4 years ago
@yaner/icons-vue v0.0.5
yaner Icons from Vue
引用组件
yarn add @yaner/icons-vue基本用法
<template>
  <div class="page-view">
    <RotateLeftOutlined class="className" />
  </div>
</template>
<script>
import { RotateLeftOutlined } from '@yaner/icons-vue'
export default {
  name: 'Page',
  components: {
    RotateLeftOutlined
  }
}
</script>0.0.5
4 years ago