CCCherry

导航

vue报错Failed to mount component: template or render function not defined.

居然是因为少了一个分号!!!

<template>
  <div><h3>用户列表组件</h3></div>
</template>

<script>
export default {};//就是它
</script>

<style Lang="less" scoped>
</style>

posted on 2021-08-13 20:33  CCCherry  阅读(121)  评论(0编辑  收藏  举报