我正在尝试在本地下载Vue Element.io。如果我使用的是CDN中的示例,则可以使用。但是,如果我链接到放置在文件系统上的组件,则会出现错误。
<script src="js/index.js"></script>
代替:
<script src="https://unpkg.com/element-ui/lib/index.js"></script>
我遇到错误:
Unknown custom element: <el-button> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
我尝试链接所有包及其一部分(单个元素(如按钮))。您的错误是相同的。