我是靠谱客的博主 雪白路灯,这篇文章主要介绍[Vue warn]: Component is missing template or render function.,现在分享给大家,希望可以做个参考。
从组件库导入组件的时候,要用{ }括起来
例如
import {NButton} from "naive-ui";
如果这样
import NButton from "naive-ui";
那么就会报错
Component is missing template or render function.
最后
以上就是雪白路灯最近收集整理的关于[Vue warn]: Component is missing template or render function.的全部内容,更多相关[Vue内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复