fix: add missing import for XValue

This commit is contained in:
Johann150 2022-09-19 15:11:59 +02:00
parent 7b7d4f5467
commit d5b0100d31
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -31,6 +31,7 @@
<script lang="ts" setup>
import { reactive } from 'vue';
import number from '@/filters/number';
import XValue from './object-view.value.vue';
const props = defineProps<{
value: any;