Explorar el Código

chore: update

xiaoxian521 hace 2 años
padre
commit
8b44336779
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/components/json-editor/index.vue

+ 1 - 1
src/views/components/json-editor/index.vue

@@ -96,7 +96,7 @@ watch(
       :show-icon="state.showIcon"
       :show-line-number="state.showLineNumber"
       :editable="state.editable"
-      :editable-trigger="state.editableTrigger"
+      :editable-trigger="(state.editableTrigger as any)"
     />
   </el-card>
 </template>