Subscribe on changes!

when use custom v-model (with <script setup> style),it goes well in dev env,but may occur error:modelValue is undefined in production env

avatar
Mar 15th 2022

Version

3.2.31

Reproduction link

gitee.com

Steps to reproduce

(1)create a vue3 project with vite; (2)write a parent component and a child component in

`