GU Yiling
GU Yiling
I think we may need to take a step back and consider a more comprehensive fix. It seems we’re not correctly identifying subject selectors in general when they don’t include...
Why do we need to inject attribute selectors inside the arguments of `:is()` and `:where()`?
Hmm… this is turning out to be more complex than I expected — especially when combining Vue’s selector extensions (`:deep()`, `:slotted()`, `:global()`) with `:is()`, `:where()`, `:not()`, and `:has()`. And that’s...
Can you provide more context? What was `emit` not able to achieve at the moment? Calling `emit` directly looks more explicit and easier to understand to me.
Thank you, @kingyue737! I’ve added a few items to the list that I had been thinking about for a while.
> So it seems like there's no extra work needed on our end🤔. I still think it's better DX if we can have this built-in as slots, which makes things...
@kingyue737 Can you change the source branch of this PR to [ecomfe:8.0](https://github.com/ecomfe/vue-echarts/tree/8.0) so that we can track all changes?
> @kingyue737 Can you change the source branch of this PR to [ecomfe:8.0](https://github.com/ecomfe/vue-echarts/tree/8.0) so that we can track all changes? Let's create a new PR and copy the roadmap there.
Hi. What's your use case of using ```html BOLD text ``` instead of this? ```html BOLD text ```
I assume you won't need Vue to parse and compile the UGC code. You can try put a `v-pre` directive on the wrapper element around your UGC so that Vue...