I have a Vue component and a Javascript files as follows.
Test.vue
test.js
As shown in the Screenshot, VS code show the reference of the testFunc
function in the Vue component, but in the test.js file, testFunc
shows 0 references. How should I fix this?