-
## what is SSR
Server Side Render: 服务端渲染 相对于客户端渲染(CSR), 他的渲染行为发生在服务端, 渲染完成之后再将完整页面以HTML字符串的形式交给浏览器,最后经过“注水”hydrate过程将一些事件绑定和Vue状态等注入到输出的静态页面中,由同步下发给浏览器的Vue Bundle 接管状态,继续处理接下来的交互逻辑。这也是一种同构应用的实现(代码可以运…
phymo updated
2 years ago
-
三步渲染一个Vue实例
安装
```
tnpm i vue-server-renderer --save
```
执行
```// 第 1 步:创建一个 Vue 实例
const Vue = require('vue')
const app = new Vue({
template: `Hello Vue SSR`
})
// 第 2 步:创…
-
### Describe the feature
**Problem:** Nuxt currently lacks an integrated way to make query parameters reactive. Although useRoute().query provides access to query parameters, it is not reactive, whic…
-
### Vue version
3.5.12
### Link to minimal reproduction
https://play.vuejs.org/#__SSR__eNp9kTFPwzAQhf/KyUuX0g4wRSkSoA4wAAJGLyG5tC6Obfkuaasq/52zq5YOqPLiu/fe6TvdQT2EMBt6VIUqqY4mMBByH+61M13wkeEAEVsYoY…
-
### Environment
Node v21.7.3
"@unhead/schema-org": "^1.9.16",
"@unhead/ssr": "^1.9.16",
"@unhead/vue": "^1.9.16",
"express": "^4.19.2",
"vue": "^3.4.38",
"vue-router": "^4.4.3",
### Reprod…
-
### 中文用户注意:
1. 尽量用英文描述你的 issue
2. 不要把内容堆彻在标题上,逻辑清晰地写在内容区
3. 贴代码要提前格式化好,有颜色高亮那种,贴文本,不要贴图片
4. 提问题前,必须仔细阅读 REMADE.md + 在已关闭的问题中寻找与自身相关的问题,90% 的可能它已经被解决
5. **如果无法做到提一个合格、优秀的问题,则问题会被 close + block**…
-
### Is there an existing issue for this?
- [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [x] I have reviewed the documentation https://docs.sentry.io/…
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md).
- [X] I agree to follow the [Code of Conduct](https://githu…
-
I'm running Vue-Multiselect 3.0.0 on Laravel 11. I simply using the basic syntax on documentation (copy and paste). I'm using Laravel inertia 1.2.0 on npm package and inertiajs/inertia-laravel on comp…
-
### SDK
JavaScript SDK
### Description
ref https://github.com/getsentry/sentry-javascript/issues/9982#issuecomment-2450151656
Users occasionally hit issues in SSR apps when trying to run the brows…