taro-ui-vue3版本v1.0.0-alpha.17引用组件就报错
-
按文档一步一步安装好后,不引入组件不会报错。
一旦引入组件,import { AtAvatar } from "taro-ui-vue3" components:{ AtAvatar },
就报错,taro-ui-vue3其他组件名也一样。
报错内容
(node:34080) UnhandledPromiseRejectionWarning: [object Array] (node:34080) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI fla g `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) (node:34080) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
请大神们指导
-
@zver 给 taro-ui-vue3 提个issue 咯