icuxika
icuxika
> Is it possible to add a module-info.java so the library can be used in modular applications (without plugins)? Could you tell me how to use it in modular javafx...
#### system macOS 12.0.1 21A559 x86_64 ### JAVA_HOME Temurin-17+35 #### log ``` java -jar webrtc-javafx-demo-0.4.0-macos-x86_64.jar 2021-11-24 20:56:14.111 java[98665:7270031] TSM AdjustCapsLockLEDForKeyTransitionHandling - _ISSetPhysicalKeyboardCapsLockLED Inhibit Exception in thread "JavaFX Application Thread" java.lang.NullPointerException:...
I had the same problem.
I temporarily avoided this problem by wrapping a layer of div and setting the click event to the div. ``` {codeVisible.value ? "隐藏源代码" : "查看源代码"} ``` Should I add an...
@funny-family Thanks, As a component in the library, I directly used this `button` by import the `.vue` and encountered this problem. Today I saw your new answer and try to...
@icuxika Thank you for your advice. I will try to learn everything about [example](https://github.com/funny-family/vue3-ts-playground/tree/master/src/app/shared/components/text-field).
@mockingjet I avoided this by using the global registration of the Vue component, but the TypeScript attribute hint for is incorrect in the .tsx file, even though there are no...
 可以暂时让这部分代码不作用就可以了,我实在WSL2的Ubuntu-22.04中遇到这个问题