From 72d687d53a329aecc042f24103e4348dcfd99adc Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Mon, 4 Feb 2019 19:09:37 +0100 Subject: [PATCH] docs(ssr): vue version notice --- docs/guide/ssr.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guide/ssr.md b/docs/guide/ssr.md index 80a1145..c5d2d71 100644 --- a/docs/guide/ssr.md +++ b/docs/guide/ssr.md @@ -1,5 +1,7 @@ # Server-Side Rendering +**Requires Vue 2.6+** + ## Vue CLI Plugin I made a plugin for [vue-cli](http://cli.vuejs.org) so you can transform your vue-apollo app into an isomorphic SSR app in literary two minutes! ✨🚀