nieyuge 3 tahun lalu
induk
melakukan
32ae024935
5 mengubah file dengan 8 tambahan dan 0 penghapusan
  1. 2 0
      docs/components/README.md
  2. TEMPAT SAMPAH
      src/assets/font/iconfont.ttf
  3. TEMPAT SAMPAH
      src/assets/font/iconfont.woff
  4. TEMPAT SAMPAH
      src/assets/font/iconfont.woff2
  5. 6 0
      src/components/lib/lv-icon.vue

+ 2 - 0
docs/components/README.md

@@ -77,6 +77,8 @@
 <lv-icon type="wechat" :fontSize="fontSize" :color="fontColor"></lv-icon>
 <lv-icon type="friend" :fontSize="fontSize" :color="fontColor"></lv-icon>
 <lv-icon type="addRound" :fontSize="fontSize" :color="fontColor"></lv-icon>
+<lv-icon type="share" :fontSize="fontSize" :color="fontColor"></lv-icon>
+<lv-icon type="thumbs" :fontSize="fontSize" :color="fontColor"></lv-icon>
 
 ```vue
 <lv-icon type="add" fontSize="60"></lv-icon>

TEMPAT SAMPAH
src/assets/font/iconfont.ttf


TEMPAT SAMPAH
src/assets/font/iconfont.woff


TEMPAT SAMPAH
src/assets/font/iconfont.woff2


+ 6 - 0
src/components/lib/lv-icon.vue

@@ -73,4 +73,10 @@ export default {
 .icon-friend:before {
     content: "\e60b";
 }
+.icon-share:before {
+  content: "\e610";
+}
+.icon-thumbs:before {
+  content: "\e611";
+}
 </style>