mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-30 22:39:13 +01:00
fix MkDataCell.vue
This commit is contained in:
parent
de00b0575a
commit
a0807edb40
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
[needsContentCentering ? $style.center : {}],
|
[needsContentCentering ? $style.center : {}],
|
||||||
]"
|
]"
|
||||||
>
|
>
|
||||||
<div v-if="!editing" ref="contentAreaEl" :class="$style.contentArea">
|
<div v-if="!editing" :class="$style.contentArea">
|
||||||
<div :class="$style.content">
|
<div ref="contentAreaEl" :class="$style.content">
|
||||||
<div v-if="cellType === 'text'">
|
<div v-if="cellType === 'text'">
|
||||||
{{ cell.value }}
|
{{ cell.value }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue