fix
This commit is contained in:
@@ -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"
|
||||
>
|
||||
调试
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user