1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 20:35:57 +02:00
This commit is contained in:
syuilo
2022-01-04 23:37:26 +09:00
parent 1fc2f2e3e4
commit 5e4877b8a4
4 changed files with 120 additions and 2 deletions

View File

@@ -1,14 +1,18 @@
<template>
<div class="zhyxdalp">
<XValue :value="value" :collapsed="false"/>
</div>
</template>
<script lang="ts">
import { computed, defineComponent } from 'vue';
import number from '@/filters/number';
import XValue from './object-view.value.vue';
export default defineComponent({
components: {
XValue
},
props: {
value: {
type: Object,