forked from FoundKeyGang/FoundKey
fix: add missing import for XValue
This commit is contained in:
parent
7b7d4f5467
commit
d5b0100d31
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { reactive } from 'vue';
|
import { reactive } from 'vue';
|
||||||
import number from '@/filters/number';
|
import number from '@/filters/number';
|
||||||
|
import XValue from './object-view.value.vue';
|
||||||
|
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
value: any;
|
value: any;
|
||||||
|
|
Loading…
Reference in a new issue