Skip to content

Commit ed89046

Browse files
committed
Minor fix
1 parent 6f6f5a7 commit ed89046

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepython",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"description": "Edit and run Python code in Vuejs",
55
"repository": "https://github.com/synw/vuepython",
66
"scripts": {

src/PyCodeBlock.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div>
2+
<div class="pycode-block">
33
<div class="overflow-y-hidden code-editor">
44
<code-editor :code="parsedCode" @keyup.ctrl.enter="runTheCode()" lang="python" @edit="updateCode($event)"
55
:hljs="hljs"></code-editor>

0 commit comments

Comments
 (0)