0.0.10 • Published 7 months ago

earthsdk-icon v0.0.10

Weekly downloads
-
License
-
Repository
-
Last release
7 months 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.10

7 months ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago