Fixed tooltip's JSON import

This commit is contained in:
2023-06-27 13:08:38 +02:00
parent b4190f35df
commit 4da8cb705f
2 changed files with 7 additions and 8 deletions

View File

@@ -1,11 +1,10 @@
<script setup lang="ts">
import { ref } from 'vue';
import tooltipCategoryComponent from '@components/xml/tooltips/TooltipCategoryComponent.vue'
import tooltipEntryComponent from '@components/xml/tooltips/TooltipEntryComponent.vue'
import tooltipCategoryComponent from '@components/xml/tooltips/TooltipCategoryComponent.vue';
import tooltipEntryComponent from '@components/xml/tooltips/TooltipEntryComponent.vue';
import xpath1 from '@assets/tooltips/xpath/xpath1.json'
import xpath2 from '@assets/tooltips/xpath/xpath2.json'
import { watch } from 'vue';
import xpath1 from '@/assets/tooltips/xpath/xpath1.json';
import xpath2 from '@/assets/tooltips/xpath/xpath2.json';
const props = defineProps({
version: {