fix
This commit is contained in:
@@ -43,7 +43,8 @@ function handleDebug() {
|
|||||||
<n-button
|
<n-button
|
||||||
quaternary
|
quaternary
|
||||||
type="error"
|
type="error"
|
||||||
v-if="code.value && code.language === 'python'"
|
:disabled="!code.value"
|
||||||
|
v-if="code.language === 'python'"
|
||||||
@click="handleDebug"
|
@click="handleDebug"
|
||||||
>
|
>
|
||||||
调试
|
调试
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ function handleShare() {
|
|||||||
<div class="title">徐越的自测猫</div>
|
<div class="title">徐越的自测猫</div>
|
||||||
</n-flex>
|
</n-flex>
|
||||||
<n-flex>
|
<n-flex>
|
||||||
<n-button quaternary @click="handleShare">分享</n-button>
|
<n-button @click="handleShare">分享</n-button>
|
||||||
<ThemeButton />
|
<ThemeButton />
|
||||||
<n-input-number
|
<n-input-number
|
||||||
v-model:value="size"
|
v-model:value="size"
|
||||||
|
|||||||
Reference in New Issue
Block a user