07akioni

Results 249 comments of 07akioni

I think we may provide a style mount hook in css-render. `(props: { id: string, style: string }) => void`. Then user can mount the style following their intention. However...

> The shadow dom is mounted once, when the custom element is initiated. The shadow dom is more or a less a additional document within an HTML-Element, by this it...

Current vue has some limitations. I can't access shadowRoot easily from the component. I think we may raise a feature request for vue. Then we can use the following method...

At least there's not much JS runtime expense. If possible I think it's better to benchmark normal way & style reuse way.

ref https://github.com/vuejs/core/issues/6113

> Hmm; this ought to be fixed, it should work as you expect and has some special handling already: https://github.com/andrejewski/himalaya/blob/master/src/tags.js#L5 > > > > @07akioni are you interested in making...

> #3049 I know vue can do a runtime validation. What I need is to make different prop got connected by generic. For example you can create a select component...

I've a hacky workaround (with setup only), it works for tsx, ts, template. However I don't recommend it. I think it isn't a good idea to implement a generic component...

check if css is injected to your html page

antd 3.x is no longer maintained. the problem won't be fixed in 3.x version