humbinal

Results 13 comments of humbinal

使用render和alias配合彻底解决了这个问题,dev和build后都可用了,建议各位x6项目的大神在x6的vue-shape部分官方文档中说明一下,否则这个问题能把新手搞自闭了,而且这个缺陷修复方案还在vite仓库里~ 另外非tsx在vue3中注册的写法实例如下: ``` import { createVNode } from "vue"; import Count from "./components/Count"; ... // 方式1:注册 vue component Graph.registerVueComponent( "count", { render: ()=>{ return createVNode(Count); } }, true ); //...

I also ran into the same problem, it turned out that this may be a bug in pandoc, and I need everyone's help urgently!

I am looking for the documentation of this implementation, but I have not found it. Who can help me? I'm very anxious to implement this in android project,thank you!

@thomaswue In 2019, you mentioned that you are exploring a GraalVM-based Electron, So on today, Is there a solution available ? I'm trying to find a solution for desktop/native apps...

who can i use my own pypi url(mirror) in proxy? like pip --index

@e3ndr Whether the java repository can be merged with the current repository?

@e3ndr Hi,I means if there are plans to migrate the repository to webview org, such as: https://github.com/webview/webview_java, It makes it look more official. And the webview.dev document already has a...

@kopenslsb I have this problem too. How did you solve it?

Has this feature been completed? In what version can it be used?