From b14bd608bf4e40227abfdbd1c883fcb3e4f7706c Mon Sep 17 00:00:00 2001 From: Blackman99 <1197160272@qq.com> Date: Wed, 28 Jun 2023 13:21:43 +0800 Subject: [PATCH] fix: add missing chunks file --- index.html | 7 +- js/monaco-editor.js | 182 + js/vue-compiler-sfc.js | 89697 ++++++++++++++++++++------------------- js/vue-runtime.js | 10967 +---- js/vue.js | 16096 +------ 5 files changed, 45391 insertions(+), 71558 deletions(-) create mode 100644 js/monaco-editor.js diff --git a/index.html b/index.html index ee70cc8..91e355d 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,8 @@ "imports": { "vue": "./js/vue.js", "@vue/repl": "./js/vue-repl.js", - "vue/compiler-sfc": "./js/vue-compiler-sfc.js" + "vue/compiler-sfc": "./js/vue-compiler-sfc.js", + "monaco-editor": "./js/monaco-editor.js" } } @@ -67,6 +68,7 @@

Loading...