CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Home
>
front end
> JSSRC cannot be directly connected to the vue
JSSRC cannot be directly connected to the vue
Time:09-25
<meta charset="utf-8" & gt;
Titleitle
<body>
{(title)}
<script SRC="https://cdn.jsdelivr.net/npm/vue/dist/vue.js" & gt; </script>
<script>
New Vue ({
El: '# app,
Data: {
Title: 'hello vue'
}
})
</script>