We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6f5a7 commit ed89046Copy full SHA for ed89046
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vuepython",
3
- "version": "0.0.13",
+ "version": "0.0.14",
4
"description": "Edit and run Python code in Vuejs",
5
"repository": "https://github.com/synw/vuepython",
6
"scripts": {
src/PyCodeBlock.vue
@@ -1,5 +1,5 @@
<template>
- <div>
+ <div class="pycode-block">
<div class="overflow-y-hidden code-editor">
<code-editor :code="parsedCode" @keyup.ctrl.enter="runTheCode()" lang="python" @edit="updateCode($event)"
:hljs="hljs"></code-editor>
0 commit comments