初学vue,Cannot read property 'babel' of undefined

代码地址

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>

图片描述

阅读 1.9k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题