vuejs / vuex

🗃️ Centralized State Management for Vue.js.
https://vuex.vuejs.org
MIT License
28.42k stars 9.58k forks source link

doc(zh): __VP_STATIC_START__ appears at the beginning of the document #2154

Closed jCodeLife closed 2 years ago

jCodeLife commented 2 years ago

Version

4.0.2

Reproduction link

vuex.vuejs.org/zh/guide/

Steps to reproduce

  1. enter the site https://vuex.vuejs.org/ --> choose Languages --> choose Chinese,
  2. click Guide,then F5 refresh the page,
  3. click API Reference,then click Guide

What is expected?

shouldn't have VP_STATIC_START and VP_STATIC_END

What is actually happening?

This is the page-in-page rendering:

VP_STATIC_START appears at the beginning of the document VP_STATIC_END appears at the end of the document


In which document refresh, in which document render

yyx990803 commented 2 years ago

Can no longer reproduce.