geekplus-digital-ui 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref as p, toRef as d, computed as f, onMounted as x, onBeforeUnmount as L, openBlock as s, createBlock as v, unref as y, withModifiers as S, normalizeStyle as M, withCtx as g, createElementBlock as N, normalizeClass as B, createVNode as b, renderSlot as w, createCommentVNode as I } from "vue";
|
|
2
|
-
import { useClipboard as R } from "
|
|
2
|
+
import { useClipboard as R } from "@vueuse/core";
|
|
3
3
|
import { ElMessage as $, ElLink as z, ElIcon as V } from "element-plus";
|
|
4
4
|
import "../../../hooks/index.js";
|
|
5
5
|
import j from "./copy-icon.vue.js";
|
package/locale/i18n.js
CHANGED