CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Home
>
front end
> Single page introduction of vue. Js error on deployed in tomcat
Single page introduction of vue. Js error on deployed in tomcat
Time:01-10
<meta charset="utf-8"/& gt;
<body>
{{message}}
<script SRC="https://bbs.csdn.net/topics/js/vue.min.js" type="text/javascript" charset="utf-8" & gt; </script>
<script>
New Vue ({
El: "# app,"
Data: {
The message: "hello"
},
Mounted () {
}
})
</script>