如果浏览器支持es6的话,需要加上type="module"
<script type="module"> import Store from "./store" console.log(Store); </script>