-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
4.0.0-rc.5
Environment
vue 最新版本 node18以上
Reproduction link 未找到4.0.0-rc.5 sorry
Steps to reproduce
<a-auto-complete
v-if="useStore().sidebarOpened"
v-model:value="word"
class="w-100% mr-12 h-32"
:dropdown-match-select-width="108"
:options="menuList"
@select="onSelect"
@search="handleSearch"
<template #option="item">
属性“option”在类型“Readonly<{ options: any; default: any; notFoundContent: any; dataSource: any; }>
#option 报错
What is expected?
报错消失
What is actually happening?
这种错误导致无法验证通过,不能build