コード入力ボックスでTabを入力できるように (#12671)

This commit is contained in:
1STEP621 2023-12-15 17:18:31 +09:00 committed by GitHub
parent eacc2040a1
commit c41924399b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 16 additions and 6 deletions

View file

@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template>
<div class="_gaps_m">
<MkTextarea v-model="installThemeCode">
<MkTextarea v-model="installThemeCode" code>
<template #label>{{ i18n.ts._theme.code }}</template>
</MkTextarea>