mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-17 08:54:19 +08:00
新增EVAL代码
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="code-editor" :style="{ height: height }">
|
||||
<div class="code-editor" :style="{ height: height + 'px' }">
|
||||
<div
|
||||
class="editor-container"
|
||||
:style="{
|
||||
@@ -90,8 +90,8 @@ export default defineComponent({
|
||||
},
|
||||
// 编辑器高度
|
||||
height: {
|
||||
type: String,
|
||||
default: "300px",
|
||||
type: Number,
|
||||
default: 300,
|
||||
},
|
||||
// 编辑器主题
|
||||
theme: {
|
||||
|
||||
Reference in New Issue
Block a user