This error is reported after learning vue, to use scaffolding. How to solve Cannot read property 'babel' of undefined?

Code address

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>


is the value of el in, new Vue in that main.js incorrect? Usually bind an id value. You can't bind body tags like this directly


change to an editor with syntax errors and you will know what's wrong


have you solved

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3ea2c-2c432.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3ea2c-2c432.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?