vue-java-tutorials/vue2-tutorials/single-file/demo1/index.html

14 lines
358 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>单文件内容</title>
</head>
<body>
<div id="app"></div>
</body>
<script type="module" src="../../js/vue@2.7.16.js"></script>
<script type="module" src="./main.js"></script>
</html>