diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 46a84df..21ba2b9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1758,8 +1758,8 @@ packages: copy-to@2.0.1: resolution: {integrity: sha512-3DdaFaU/Zf1AnpLiFDeNCD4TOWe3Zl2RZaTzUvWiIk5ERzcCodOE20Vqq4fzCbNoHURFHT4/us/Lfq+S2zyY4w==} - core-js@3.44.0: - resolution: {integrity: sha512-aFCtd4l6GvAXwVEh3XbbVqJGHDJt0OZRa+5ePGx3LLwi12WfexqQxcsohb2wgsa/92xtl19Hd66G/L+TaAxDMw==} + core-js@3.45.0: + resolution: {integrity: sha512-c2KZL9lP4DjkN3hk/an4pWn5b5ZefhRJnAc42n6LJ19kSnbeRbdQZE5dSeE2LBol1OwJD3X1BQvFTAsa8ReeDA==} core-util-is@1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} @@ -3608,11 +3608,6 @@ packages: resolution: {integrity: sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==} engines: {node: '>=0.10.0'} - marked@16.1.1: - resolution: {integrity: sha512-ij/2lXfCRT71L6u0M29tJPhP0bM5shLL3u5BePhFwPELj2blMJ6GDtD7PfJhRLhJ/c2UwrK17ySVcDzy2YHjHQ==} - engines: {node: '>= 20'} - hasBin: true - match-file@0.2.2: resolution: {integrity: sha512-BDEZIcrBSnooL0zC72Yt3z1HhJiCq+2pMnHKVDeYN/cilCrz3KrpqKPm4ZOfWCoDolRl4QyKQpfRlQWF6PqnjQ==} engines: {node: '>=0.10.0'} @@ -7427,7 +7422,7 @@ snapshots: dependencies: '@babel/runtime': 7.28.2 '@types/raf': 3.4.3 - core-js: 3.44.0 + core-js: 3.45.0 raf: 3.4.1 regenerator-runtime: 0.13.11 rgbcolor: 1.0.1 @@ -7649,7 +7644,7 @@ snapshots: copy-to@2.0.1: {} - core-js@3.44.0: + core-js@3.45.0: optional: true core-util-is@1.0.3: {} @@ -7881,6 +7876,7 @@ snapshots: dompurify@3.2.6: optionalDependencies: '@types/trusted-types': 2.0.7 + optional: true domutils@1.7.0: dependencies: @@ -9482,7 +9478,7 @@ snapshots: fflate: 0.8.2 optionalDependencies: canvg: 3.0.11 - core-js: 3.44.0 + core-js: 3.45.0 dompurify: 3.2.6 html2canvas: 1.4.1 @@ -9864,8 +9860,6 @@ snapshots: dependencies: object-visit: 1.0.1 - marked@16.1.1: {} - match-file@0.2.2: dependencies: is-glob: 3.1.0 diff --git a/src/components/text-over-tips/index.vue b/src/components/text-over-tips/index.vue index 7b24bf0..57c8d43 100644 --- a/src/components/text-over-tips/index.vue +++ b/src/components/text-over-tips/index.vue @@ -51,7 +51,6 @@ const props = defineProps({ default: false, }, }); - const data = reactive({}); const isShow = ref(false); const contentStyle = computed(() => { diff --git a/src/layouts/Basic.vue b/src/layouts/Basic.vue index 935aa40..7d179f6 100644 --- a/src/layouts/Basic.vue +++ b/src/layouts/Basic.vue @@ -110,10 +110,6 @@ provide('toggleDrawerMenu', () => {