瀏覽代碼

feat: remove vueuse

gemercheung 1 年之前
父節點
當前提交
7ea129ce32
共有 2 個文件被更改,包括 0 次插入33 次删除
  1. 0 32
      pnpm-lock.yaml
  2. 0 1
      src/views/detail/birdview_mb/index.vue

+ 0 - 32
pnpm-lock.yaml

@@ -8,9 +8,6 @@ dependencies:
   '@panzoom/panzoom':
     specifier: ^4.5.0
     version: 4.5.1
-  '@vueuse/core':
-    specifier: ^10.7.1
-    version: 10.7.1(vue@3.3.13)
   animate.css:
     specifier: ^4.1.1
     version: 4.1.1
@@ -1575,10 +1572,6 @@ packages:
       '@types/node': 20.10.5
     dev: true
 
-  /@types/web-bluetooth@0.0.20:
-    resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==}
-    dev: false
-
   /@types/ws@8.5.10:
     resolution: {integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==}
     dependencies:
@@ -2114,31 +2107,6 @@ packages:
     resolution: {integrity: sha512-Iu8Tbg3f+emIIMmI2ycSI8QcEuAUgPTgHwesDU1eKMLE4YC/c/sFbGc70QgMq31ijRftV0R7vCm9co6rldCeOA==}
     dev: true
 
-  /@vueuse/core@10.7.1(vue@3.3.13):
-    resolution: {integrity: sha512-74mWHlaesJSWGp1ihg76vAnfVq9NTv1YT0SYhAQ6zwFNdBkkP+CKKJmVOEHcdSnLXCXYiL5e7MaewblfiYLP7g==}
-    dependencies:
-      '@types/web-bluetooth': 0.0.20
-      '@vueuse/metadata': 10.7.1
-      '@vueuse/shared': 10.7.1(vue@3.3.13)
-      vue-demi: 0.14.6(vue@3.3.13)
-    transitivePeerDependencies:
-      - '@vue/composition-api'
-      - vue
-    dev: false
-
-  /@vueuse/metadata@10.7.1:
-    resolution: {integrity: sha512-jX8MbX5UX067DYVsbtrmKn6eG6KMcXxLRLlurGkZku5ZYT3vxgBjui2zajvUZ18QLIjrgBkFRsu7CqTAg18QFw==}
-    dev: false
-
-  /@vueuse/shared@10.7.1(vue@3.3.13):
-    resolution: {integrity: sha512-v0jbRR31LSgRY/C5i5X279A/WQjD6/JsMzGa+eqt658oJ75IvQXAeONmwvEMrvJQKnRElq/frzBR7fhmWY5uLw==}
-    dependencies:
-      vue-demi: 0.14.6(vue@3.3.13)
-    transitivePeerDependencies:
-      - '@vue/composition-api'
-      - vue
-    dev: false
-
   /@webassemblyjs/ast@1.11.6:
     resolution: {integrity: sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==}
     dependencies:

+ 0 - 1
src/views/detail/birdview_mb/index.vue

@@ -140,7 +140,6 @@
 
 <script setup>
 import ViewOperation from "./ViewOperation";
-import { useFullscreen } from "@vueuse/core";
 import { tag_position } from "@/data";
 import { onMounted, watch, computed, ref, nextTick } from "vue";
 import { useRouter, useRoute } from "vue-router";