[Vue warn]: Failed to resolve component: a-descripttions If this is a native custom element, make sure to exclude it from component resolution via compilerOptionns.isCustomEle…
新版本的chrome会限制iframe下下载文件,除非在iframe中添加 sandbox="allow-downloads" 属性,否则都会报下面这个错误 Download is disallowed. The frame initiating or instantiating the download is sandboxed, but the…
当我们MongoDB启用auth认证的时候,程序连接数据库时报 MongoServerError: Authentication failed. 但是呢,url、数据库名称、账号、密码都正确,为什么会报这个认证错误呢? 首先去服务器查看MongoDB的日志,日志显示: UserNotFound: Could not find user xxx@ad…