Updated notebooklab with latest code highlighting changes

This commit is contained in:
Phil Hughes 2017-03-23 16:25:23 +00:00
parent 0ef8585726
commit 32c6ea2d00
2 changed files with 1029 additions and 1332 deletions

View File

@ -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