updated monaco , Added intellisense and linting to report editor js
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user