admin-vue/11-前端模块化开发Webpack(Node.js基础)/02-ES6模块化的实现/index.html

15 lines
413 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
</body>
<script src="./Select_one.js" type="module"></script>
<script src="./Use_one.js " type="module"></script>
<script src="./Select_two.js" type="module"></script>
</html>