Uncaught (in promise) ReferenceError: Cannot access 'BasicForm' before initialization这是
组件之间出现循环引用时导致,我们可以通过异步组件:defineAsyncComponent解决,
在VUE3的官网:https://cn.vuejs.org/guide/components/async.html#basic-usage。
直接引用官网提供的异步组件(defineAsyncComponent),写法多种。以下只是其中一种。
如原来的写法:文章来源:https://www.toymoban.com/news/detail-523912.html
修改后的写法:文章来源地址https://www.toymoban.com/news/detail-523912.html
到了这里,关于vue3 vite Uncaught (in promise) ReferenceError: Cannot access ‘xx‘ before initialization的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!