怎样使用es6 export,import不会报错

如果浏览器支持es6的话,需要加上type="module"

<script type="module">
    import Store from "./store"
    console.log(Store);
</script>

  

posted @ 2018-02-24 17:07  明明一颗大白菜  阅读(252)  评论(0编辑  收藏  举报
<-- -->