refactor(editor): upgrade Vue to 2.7 (#4294)

* refactor(editor): Upgrade Vue to 2.7

* 📌 Partially revert package-lock
This commit is contained in:
OlegIvaniv
2022-10-11 14:41:16 +02:00
committed by GitHub
parent 0c78df61ea
commit 3390b509aa
4 changed files with 162 additions and 287 deletions

View File

@@ -1,4 +1,4 @@
import { createVuePlugin } from 'vite-plugin-vue2';
import vue from '@vitejs/plugin-vue2';
import { createHtmlPlugin } from 'vite-plugin-html';
import legacy from '@vitejs/plugin-legacy';
import monacoEditorPlugin from "vite-plugin-monaco-editor";
@@ -36,7 +36,7 @@ export default defineConfig({
legacy({
targets: ['defaults', 'not IE 11'],
}),
createVuePlugin(),
vue(),
...createHtmlPlugin({
inject: {
data: {