Level 51
import "../../composable/your_file.js";
You can use auto import extension in visual studio code to automatically find the path.
1 like
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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
import "../../composable/your_file.js";
You can use auto import extension in visual studio code to automatically find the path.
Please or to participate in this conversation.