
正文
vue - index.html
提示:扫一扫查出行【扫一扫了解最新限行尾号】
复制提示
描述:通过App.vue绑定#App元素(进行展示).div#id中间写入任何内容都会失效.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>demos</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>





