This commit is contained in:
2024-12-22 21:38:48 +08:00
parent 04ab0d938e
commit 10676f2714
2 changed files with 3 additions and 2 deletions

View File

@@ -43,7 +43,8 @@ function handleDebug() {
<n-button
quaternary
type="error"
v-if="code.value && code.language === 'python'"
:disabled="!code.value"
v-if="code.language === 'python'"
@click="handleDebug"
>
调试

View File

@@ -21,7 +21,7 @@ function handleShare() {
<div class="title">徐越的自测猫</div>
</n-flex>
<n-flex>
<n-button quaternary @click="handleShare">分享</n-button>
<n-button @click="handleShare">分享</n-button>
<ThemeButton />
<n-input-number
v-model:value="size"