From e5cfe96eced087d22af3e44116b62f0d535370aa Mon Sep 17 00:00:00 2001 From: Evan You Date: Sun, 12 Mar 2023 17:43:14 +0800 Subject: [PATCH] docs: tweak mpa mode --- docs/guide/mpa-mode.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide/mpa-mode.md b/docs/guide/mpa-mode.md index 32c92036..74b6c297 100644 --- a/docs/guide/mpa-mode.md +++ b/docs/guide/mpa-mode.md @@ -6,7 +6,7 @@ In MPA mode, all pages are rendered without any JavaScript included by default. However, due to the absence of SPA navigation, cross-page links will lead to full page reloads. Post-load navigations in MPA mode will not feel as instant as in SPA mode. -Also note that no-JS-by-default also means you are essentially using Vue purely as a server-side templating language - no event handlers will be attached in the browser, so there will be no interactivity. To load client-side JavaScript, you can do so by using the special `