如果浏览器支持es6的话,需要加上type="module"
<script type="module"> import Store from "./store" console.log(Store); </script>
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ES文件浏览器怎样删除相关的知识,希望对你有一定的参考价值。
如何利用ES文件删除浏览器:如果浏览器支持es6的话,需要加上type="module"
<script type="module"> import Store from "./store" console.log(Store); </script>
以上是关于ES文件浏览器怎样删除的主要内容,如果未能解决你的问题,请参考以下文章