Remove undefined style (#14427)

This commit is contained in:
woxtu 2024-08-18 03:40:21 +09:00 committed by GitHub
parent e790aa0548
commit ba9c5c37b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template>
<div :class="$style.preview">
<div :class="$style.preview__content1">
<div>
<MkInput v-model="text">
<template #label>Text</template>
</MkInput>