Closed
Description
Version
3.0.0
Reproduction link
https://github.com/jacekkarczmarczyk/vue-cli-plugin-render-bug
Template content:
<%_ if (long) { _%>
AAAAA
<%_ } else { _%>
BB
<%_ } _%>
Node and OS info
yarn, node 8.13, windows
Steps to reproduce
git clone git@github.com:jacekkarczmarczyk/vue-cli-plugin-render-bug.git
vue create render-bug
cd render-bug
yarn add ../vue-cli-plugin-render-bug
# Select "yes" in the first prompt
vue invoke render-bug
# Select "No" in the first prompt
vue invoke render-bug
What is expected?
./src/plugin.js content should be:
BB
What is actually happening?
./src/plugin.js content is:
BB
AA
Metadata
Metadata
Assignees
Labels
No labels