How to introduce other js files into .vue files in vue projects

<script src="../store/index.js"></script>

that"s how I wrote it. It doesn"t seem to be right outside template?
do you want to use import?

May.22,2021

viewMch.vue
clipboard.png


clipboard.png

viewMch.js

clipboard.png


the js that import or require needs to reference in the script tag.

Menu