v-if works incorrect in prod mode
Version
3.2.26
Reproduction link
Steps to reproduce
- clone a repo
- run 'npm i'
- run 'npm run serve:build'
What is expected?
After prod building component will be displayed on a page
What is actually happening?
After prod building component is not displayed on a page. It happens only with prod build. With dev build, it works correctly
Prod build works correctly in vue 2 see example: https://github.com/dxvladislavvolkov/vue2prod