Sihan Deng

Results 6 comments of Sihan Deng

Ubuntu 22.04 minimal installation, , AppImage 1.7.0, same result

把 `16.04/install.sh` 中的 ```sh echo 'deb https://mirrors.tuna.tsinghua.edu.cn/nodesource/deb_10.x xenial main' > /etc/apt/sources.list.d/nodesource.list echo 'deb-src https://mirrors.tuna.tsinghua.edu.cn/nodesource/deb_10.x xenial main' >> /etc/apt/sources.list.d/nodesource.list ``` 注释掉,再执行 ```sh /root/laravel-ubuntu-init/16.04/install.sh ```

same issue here reproduction: just add `@nuxtjs/axios` and `nuxt-vite` in a blank nuxt project **package.json** ``` "@nuxtjs/axios": "^5.13.6", "nuxt-vite": "^0.3.5", ``` downgrading to 0.2.4 solves it

```vue {{ metainfo.titleTemplate ? metainfo.titleTemplate.replace('%s', content) : content }} ``` works for me --- then, you can use it in vue3 just like vue2 in `` ```js // with titleTemplate...

Any solutions yet? Same problem. I have to render an authed page in server-side before it been sent to client. ### Versions nuxt: ^2.15.6 nuxt-vite: ^0.1.1 ### Reproduction Those code...