代码地址
https://github.com/wohuifude1...
Favlist.vue
<template>
<div v-for="n in 10"></div>
</template>
<script>
export default {
data () {
return {
msg: 'Hello World!'
}
}
}
</script>
<style>
html{
background: red;
}
</style>
那个main.js里,new Vue中el的值是不是不对啊。一般都是绑定一个id值,不能这样直接绑定body标签