diff --git a/package.json b/package.json index 50a6916..9535e14 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,7 @@ "mammoth": "^1.8.0", "mitt": "^3.0.1", "mockjs": "^1.1.0", + "monaco-editor": "^0.52.0", "nprogress": "^0.2.0", "pdfjs-dist": "2.11.338", "pinia": "^2.1.7", @@ -55,6 +56,7 @@ "qrcode": "^1.5.3", "qs": "^6.11.2", "sass": "^1.77.8", + "sql-formatter": "^15.4.5", "url": "^0.11.3", "vue": "3.3.4", "vue-draggable-plus": "~0.4.1", @@ -98,6 +100,7 @@ "js-cookie": "~3.0.5", "less": "^4.2.0", "lint-staged": "^14.0.1", + "monaco-editor-webpack-plugin": "^7.1.0", "plop": "^4.0.0", "postcss": "^8.4.31", "postcss-html": "^1.5.0", diff --git a/src/views/IndexProcess/SqlRule/SqlRule.vue b/src/views/IndexProcess/SqlRule/SqlRule.vue index dcee983..5794456 100644 --- a/src/views/IndexProcess/SqlRule/SqlRule.vue +++ b/src/views/IndexProcess/SqlRule/SqlRule.vue @@ -1,5 +1,5 @@