io

Results 10 comments of io

> 正是因为带唯一key时每次更新都不能找到可复用的节点,不但要销毁和创建vnode 这句话不对吧,原来保留的节点是可以复用的

#12796 the bundleTs.mjs script want bundle ts to dist directory,but package.json types field is ./build/index.d.ts,should i change it to build directory?

maybe the fisrt argument of type method is css selector?so you should use .ant-input instead of ant-input

> LGTM. > > > > Can you try adding a relevant unit test as well, please? ok,i will do it later

@iamkun i've added unit test,please take a look

@xinguanhua 这个项目还维护吗,麻烦审核下我这个pr💕

> Workaround: > > ```js > watch( > () => isActive.value, > (v) => { > if (v) { > loadData() > } > }, > // use post >...

el-tooltip isn't the root of el-date-picker, el-cascader component

yes,you are right,i think that because el-tooltip root is what default slot,the complier unable to know that,It's about how scopeid implementation