mymx2
mymx2
### Describe the bug error when use ref in Vue component instance. same error in // 1. useElementSize // 2. useVirtualList // 3. useScrollLock // 4. usePointerSwipe // 5. useInfiniteScroll...
### Which Part Need Enhancement 期望改进的部分 - typescript type tip for Base foundation and component foundation - 基础fondation和组件foundation的ts类型提示 ### What does the it look like 期望改进的描述 for base/fundation, prop/states/context 比如...
在库层面告知是否需要空判断。 
hi. is there any other way to disable `javadocjar` task by using auto detected? ``` afterEvaluate { val vanniktechPluginDocTasks = listOf("emptyJavadocJar", "plainJavadocJar", "dokkaJavadocJar") tasks .matching { task -> vanniktechPluginDocTasks.any {...