vuejs-templates / webpack

A full-featured Webpack + vue-loader setup with hot reload, linting, testing & css extraction.
MIT License
9.71k stars 4.4k forks source link

{{}}disappear,What is the meaning of\{{}} #1488

Open lemoncool opened 5 years ago

lemoncool commented 5 years ago

After setting the template, the variables in {{}}disappear after vue init ****/** my-project, Looking at the source code, I see that"\"has been added before {{}}, such as <h1>\{{msg}} </h1>, so I would like to ask, What is the meaning of "\",and should"\" be added before{{}} all variables?