0.0.5 • Published 1 month ago

earthsdk-icon v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
1 month ago

安装

yarn

yarn add earthsdk-icon --save

npm

npm i earthsdk-icon --save

使用

按需引入

组件当中

<script setup>
import {  Down,  Left,  Right, Up } from "earthsdk-icon";
export default defineComponent({
  components: {Down,  Left,  Right, Up}
});
</script>

<template>

 <Down/>
 <Left/>
 <Right/>
 <Up style="color:red"/>

</template>
0.0.5

1 month ago

0.0.4

2 months ago

0.0.3

3 months ago

0.0.2

3 months ago

0.0.1

3 months ago