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>

CodePudding user response:

The vue binding is double curly braces {{title}}
There are & lt; Type type="text" & gt; Is what? Is & lt; Input type="text" & gt; Again, suggest to learn HTML, learning vue, also want to run without walking
  • Related