Answer the question
In order to leave comments, you need to log in
What is wrong with Vue.js?
<body>
<div id="app">
<h1> Hello {{name}}</h1>
<h2><a v-bind:href="url-google">Google</a></h2>
</div>
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<script type="text/javascript">
new Vue({
el: '#app',
data: {
name: 'there',
url-google: 'www.google.com'
}
})
</script>
</body>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question