CCCherry

导航

2021年8月13日 #

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 @ 2021-08-13 20:33 CCCherry 阅读(139) 评论(0) 推荐(0)