Alex Liu

Results 62 comments of Alex Liu

I'm not entirely sure if this is the correct approach, but to address this issue, perhaps we should check for existing variable declarations during the `nuxt:components-loader-pre` transformation. For example, in...

Hi @jakubm95 ! My apologies for the delay. I've completed the initial version of the code, and after testing, it appears to be working as expected. You can try it...

@jakubm95 If everything goes smoothly, I believe it might be included in the 3.18 release.

Have you tried using [WSL (Windows Subsystem for Linux)](https://learn.microsoft.com/en-us/windows/wsl/install)? It might be a bit helpful!

WSL (Windows Subsystem for Linux) is a compatibility layer developed by Microsoft that allows you to run a Linux environment directly on Windows without needing to set up a virtual...

I deleted `BaseTypes` because its definition overlaps with `Builtin`.

Understood! I will revert back to the previous commit.

This perhaps related to issue #2505

This issue seems to be a limitation of `vue-router` and ``. The following two approaches should help resolve the issue: 1. **Add an `index/index.vue` file**, as shown below: ``` ├──...

In fact, during the "Setup Page and Components" stage on the server side, the HTML is also being generated at the same time. Therefore, it would be more accurate to...