Level 60
where the current file is located? show your folder structure and files. But I'm guessing it should be
import FixtureFetch from '../components/FixtureFetch.vue'
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Can't resolve './components/FixtureFetch.vue', path js/components... in js/views...
<template>
<FixtureFetch />
</template>
<script setup>
import FixtureFetch from './components/FixtureFetch.vue'
</script>
where the current file is located? show your folder structure and files. But I'm guessing it should be
import FixtureFetch from '../components/FixtureFetch.vue'
Please or to participate in this conversation.