Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Ajvanho's avatar
Level 14

cant find path of compoaseble file

i have folders in src direvtory

-composable
-components
I am in components/post/sendpost.vue

i try 2 dots, one dots, 3 dots to link composable file, but doesnt work

0 likes
1 reply
MohamedTammam's avatar
Level 51
import "../../composable/your_file.js";

You can use auto import extension in visual studio code to automatically find the path.

1 like

Please or to participate in this conversation.