ZaiZai 1 жил өмнө
parent
commit
d0af41d65d

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240924175332"
+  "value": "20240925112000"
 }

+ 0 - 15
src/plugins/renderele.js

@@ -1,15 +0,0 @@
-import { h } from 'vue'
-import HcIcon from '../global/components/hc-icon/index.vue'
-
-export const HcIconJs = ({ ui, fill, name, line }) => {
-    return h(HcIcon, {
-        ui: ui ?? '',
-        fill: fill || false,
-        name: name ?? '',
-        line: line !== false,
-    })
-}
-
-export const hIconJs = (obj) => {
-    return () => HcIconJs(obj)
-}