mymx2

Results 4 issues of 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...

bug

### 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 比如...

TypeScript Interface

在库层面告知是否需要空判断。 ![Image](https://github.com/user-attachments/assets/fad92603-e8c7-4de5-8e44-688bc3a19cf9)

enhancement

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 {...