Updated notebooklab with latest code highlighting changes
This commit is contained in:
parent
0ef8585726
commit
32c6ea2d00
|
|
@ -32,7 +32,8 @@ export default () => {
|
||||||
</div>
|
</div>
|
||||||
<notebook-lab
|
<notebook-lab
|
||||||
v-if="!loading && !error"
|
v-if="!loading && !error"
|
||||||
:notebook="json" />
|
:notebook="json"
|
||||||
|
code-css-class="code white" />
|
||||||
<p
|
<p
|
||||||
class="text-center"
|
class="text-center"
|
||||||
v-if="error">
|
v-if="error">
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue