Browse Source

生产环境会报错

Michael Wang 4 năm trước cách đây
mục cha
commit
6e9159a789

+ 1 - 1
src/features/mark/AllPaperModal.vue

@@ -1,7 +1,7 @@
 <template>
   <teleport to="body">
     <div v-if="store.allPaperModal" class="dialog-container">
-      <header ref="mouseHandler" class="tw-flex tw-place-content-between">
+      <header class="tw-flex tw-place-content-between">
         <div class="tw-text-2xl tw-cursor-move">全卷切换</div>
         <div class="tw-mx-8 tw-flex-grow">
           <span

+ 0 - 1
src/features/mark/AnswerModal.vue

@@ -1,7 +1,6 @@
 <template>
   <qm-dialog
     v-if="store.setting.uiSetting['answer.modal']"
-    ref="dialog"
     top="15%"
     width="700px"
     height="400px"

+ 0 - 1
src/features/mark/MinimapModal.vue

@@ -1,7 +1,6 @@
 <template>
   <qm-dialog
     v-if="store.setting.uiSetting['minimap.modal']"
-    ref="dialog"
     top="10%"
     width="200px"
     height="500px"

+ 0 - 1
src/features/mark/PaperModal.vue

@@ -1,7 +1,6 @@
 <template>
   <qm-dialog
     v-if="store.setting.uiSetting['paper.modal']"
-    ref="dialog"
     top="10%"
     width="700px"
     height="400px"

+ 1 - 1
src/features/mark/SheetViewModal.vue

@@ -1,7 +1,7 @@
 <template>
   <teleport to="body">
     <div v-if="store.sheetViewModal" class="dialog-container">
-      <header ref="mouseHandler" class="tw-flex tw-place-content-between">
+      <header class="tw-flex tw-place-content-between">
         <div class="tw-text-2xl tw-cursor-move">原图</div>
         <div class="tw-mx-8 tw-flex-grow">
           <span

+ 0 - 1
src/features/mark/SpecialTagModal.vue

@@ -1,7 +1,6 @@
 <template>
   <qm-dialog
     v-if="store.setting.uiSetting['specialTag.modal']"
-    ref="dialog"
     top="10%"
     width="300px"
     height="160px"