updated monaco , Added intellisense and linting to report editor js

This commit is contained in:
2022-01-12 20:05:10 +00:00
parent 879ba591f1
commit 8fe3a31d70
6 changed files with 110 additions and 17 deletions

View File

@@ -315,6 +315,7 @@
v-if="showWiki()"
:cols="currentView == view.SPLIT_VIEW ? 6 : 12"
>
<!-- eslint-disable vue/no-v-html -->
<div
:style="wikiStyle()"
class="markdown-body"

View File

@@ -340,6 +340,7 @@
</v-list-item-avatar>
<v-list-item-content>
<v-list-item-title>{{ item.name }}</v-list-item-title>
<!-- eslint-disable vue/no-v-html -->
<v-list-item-subtitle
v-html="item.viz"
></v-list-item-subtitle>