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

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>