mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-17 21:03:03 +00:00
Address code review feedback: improve error handling and add missing import
Co-authored-by: qaiu <29825328+qaiu@users.noreply.github.com>
This commit is contained in:
@@ -531,6 +531,7 @@
|
||||
<script>
|
||||
import { ref, computed, onMounted, onUnmounted, nextTick, watch } from 'vue';
|
||||
import { ElMessage, ElMessageBox } from 'element-plus';
|
||||
import { Lock } from '@element-plus/icons-vue';
|
||||
import { useMagicKeys, useFullscreen, useEventListener } from '@vueuse/core';
|
||||
import { Splitpanes, Pane } from 'splitpanes';
|
||||
import 'splitpanes/dist/splitpanes.css';
|
||||
@@ -545,7 +546,8 @@ export default {
|
||||
MonacoEditor,
|
||||
JsonViewer,
|
||||
Splitpanes,
|
||||
Pane
|
||||
Pane,
|
||||
Lock
|
||||
},
|
||||
setup() {
|
||||
const editorRef = ref(null);
|
||||
|
||||
Reference in New Issue
Block a user