Evan You

Results 333 comments of Evan You

The code output of compiler-sfc is not meant to provide any guarantees about post-processing, if we commit to that it's going to lead to a whole category of additional issues....

Can you provide more information? e.g. What version of Vue are you using? What libraries / build tools are you using? Does it work the same way when you use...

closed via [a07e7bf](https://github.com/vuejs/core/commit/a07e7bf5536a6b3db70ba9bb1c3f366dac1bf5a0)

Can you provide sample code where this happens? Ideally there should be a test case to demonstrate this.

My concern with this is that it doesn't really address the the fundamental issue, since `currentInstance` isn't the only global singleton that the Vue runtime relies on. Some other examples...

Can you check if f597dc69 + 8d2d5bf4 achieve the same end result in your reproductions? I wanted to centralize the logic so that the rest of the codebase can forget...

@pikax looks like there's a test failing after the merge

@pikax mind rebasing on latest 3.2 branch?

@Trandx your code doesn't show how the interface is used in the component. @amritk If you are still having the same error, make sure to provide **the exact and complete...

I can't see the banner in the preview - did you enable the banner component in `theme/index.ts`?