mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
fix: update dashboard packages, fix build on Node.js 18
This commit is contained in:
parent
fd4097cefc
commit
1e5378a274
6 changed files with 3917 additions and 6135 deletions
|
@ -3,7 +3,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import marked from "marked";
|
||||
import { marked } from "marked";
|
||||
import hljs from "highlight.js";
|
||||
|
||||
export default {
|
||||
|
|
|
@ -2,10 +2,10 @@ import "./style/app.pcss";
|
|||
|
||||
import Vue from "vue";
|
||||
|
||||
import hljs from "highlight.js/lib/highlight.js";
|
||||
import VueHighlightJS from "@highlightjs/vue-plugin";
|
||||
import hljs from "highlight.js/lib/core";
|
||||
import hljsYaml from "highlight.js/lib/languages/yaml.js";
|
||||
import "highlight.js/styles/ocean.css";
|
||||
import VueHighlightJS from "vue-highlightjs";
|
||||
import "highlight.js/styles/base16/ocean.css";
|
||||
|
||||
import { router } from "./routes";
|
||||
import { RootStore } from "./store";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue